-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ui5-helper",
"version": "1.0.2",
"description": "This will help you in ui5 frame work to create routings, fragments",
"main": "dist/bundle.js",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"build": "webpack",
"pretest": "npm run build",
"test": "node ./dist/bundle.js",
"dev": "node ./src/index.js"
},
"keywords": [
"ui5",
"sapui5",
"BAS",
"ui5-router",
"sap",
"ui5 validation",
"sapui5 form validation",
"sap fiori validation",
"sapui5 input validation",
"sapui5 field validation",
"ui5 validation example",
"sapui5 error handling",
"sapui5 required fields",
"ui5 form error handling",
"sapui5 custom validation",
"ui5 form validation library",
"sapui5 regex validation",
"fiori validation rules"
],
"repository": {
"type": "git",
"url": "https://github.com/sohail9744/ui5-helper"
},
"homepage": "https://github.com/sohail9744/ui5-helper#readme",
"author": "Mohammad Sohail Khan",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.2.0",
"prompts": "^2.4.2"
},
"bin": {
"ui5-helper": "node ./dist/bundle.js"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}