-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "liquid-tools",
"bin": {
"liquid-tools": "bin/liquid-tools.js"
},
"version": "1.3.6",
"main": "dist/index.js",
"scripts": {
"generate": "ts-node src/generate-getx-template.ts",
"g-ts": "ts-node src/generate-ts.ts",
"dart": "ts-node src/generate-dart.ts",
"ts-node": "ts-node ",
"build": "rollup --config rollup.config.mjs",
"tsc": "tsc -p tsconfig.json --outDir dist"
},
"author": "leezq",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"chalk": "4.x",
"colors": "^1.4.0",
"commander": "^10.0.1",
"ejs": "^3.1.9",
"inquirer": "^9.2.6",
"lodash": "^4.17.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/ejs": "^3.1.2",
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.194",
"@types/node": "^20.2.3",
"prettier": "^2.8.8",
"rollup": "^3.23.0",
"tslib": "^2.5.2"
},
"files": [
"dist",
"bin",
"templates"
],
"directories": {
"lib": "lib"
},
"description": ""
}