-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·89 lines (89 loc) · 2.44 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@concepto/fastify",
"version": "0.0.1",
"description": "Concepto DSL - visually create and maintain modern node.js based apps (@fastify)",
"keywords": [
"creador",
"puntorigen",
"concepto",
"dsl",
"fastify",
"aws"
],
"license": "MIT",
"author": "Pablo Schaffner",
"homepage": "http://github.com/puntorigen4u/fastify_dsl.git",
"repository": {
"type": "git",
"url": "http://github.com/puntorigen4u/fastify_dsl.git"
},
"bugs": {
"mail": "pablo@puntorigen.com",
"url": "http://github.com/puntorigen4u/fastify_dsl/issues"
},
"main": "lib/index.js",
"bin": {
"fastify_dsl": "bin/cli"
},
"scripts": {
"dev": "cross-env NODE_ENV=development rollup -c",
"build": "cross-env NODE_ENV=production rollup -c && npm run docs",
"docs": "jsdoc2md -t README.hbs src/*.js > README.md",
"test_dsl": "npm run dev && node test/pablo.js test/backend/fastify.dsl"
},
"dependencies": {
"@concepto/console": "*",
"@concepto/dsl_parser": "*",
"@concepto/interface": "*",
"anzip": "^0.2.0",
"asciify-image": "^0.1.6",
"await-spawn": "^4.0.2",
"cfonts": "^2.9.1",
"cheerio": "*",
"ci-info": "^3.1.1",
"crypto-hash": "^1.3.0",
"dedent": "^0.7.0",
"encrypt-with-password": "^1.0.0",
"extractjs": "^0.3.1",
"fast-case": "^1.6.0",
"handlebars": "^4.7.7",
"human-ms": "^0.0.2",
"ini": "^1.3.5",
"is-port-reachable": "^3.0.0",
"js-beautify": "^1.13.5",
"jss": "^10.6.0",
"jss-plugin-global": "^10.6.0",
"lorem-ipsum": "^2.0.3",
"minimatch": "^3.0.4",
"mri": "^1.1.6",
"node-fetch": "^2.6.1",
"node-persist": "^3.1.0",
"open-terminal": "^0.1.11",
"ora": "^5.4.0",
"password-generator": "^2.3.2",
"prettier": "^2.2.1",
"recursive-copy": "^2.0.10",
"safe-eval": "^0.4.1",
"serial-number": "^1.3.0",
"terminal-tab": "^0.0.7",
"url-record": "^1.0.1",
"xmlbuilder2": "^2.4.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^8.3.0",
"cross-env": "^7.0.2",
"jsdoc-to-markdown": "^7.0.1",
"rollup": "^2.26.5",
"rollup-plugin-copy-assets": "^2.0.3",
"typescript": "^4.5.2"
},
"scarfSettings": {
"enabled": false
}
}