-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 KB
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
{
"name": "@simitgroup/simpleapp-generator",
"version": "1.6.7o-alpha",
"description": "frontend nuxtjs and backend nests code generator using jsonschema",
"main": "dist/index.js",
"scripts": {
"generate": "ts-node src/index.ts -c ./sampleconfig.json; pnpm exec prettier ./backend --write;pnpm exec prettier ./frontend --write",
"build": "rm -rf ./tsconfig.tsbuildinfo && npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ks Tan",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/SIMITGROUP/simpleapp-generator.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@simitgroup/simpleapp-vue-component": "^1.0.65",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"axios": "^1.5.0",
"bpmn-moddle": "^8.0.1",
"child_process": "^1.0.2",
"cli-color": "^2.0.3",
"commander": "^11.0.0",
"eta": "^3.1.0",
"figlet": "^1.6.0",
"fs": "0.0.1-security",
"json-schema": "^0.4.0",
"json-schema-ref-parser": "^9.0.9",
"lodash": "^4.17.21",
"moddle-xml": "^10.1.0",
"path": "^0.12.7",
"tslog": "^4.9.1"
},
"bin": {
"simpleapp-generator": "./dist/index.js"
},
"devDependencies": {
"@types/node": "^20.5.2",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
}
}