-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "@pronix/ttcodegen",
"version": "2.0.3",
"private": false,
"description": "codegen for effector services",
"main": "./dist/index.js",
"author": "pronix575 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pronix575/ttcodegen/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pronix575/ttcodegen.git"
},
"homepage": "https://github.com/pronix575/ttcodegen#readme",
"keywords": [
"cli",
"codegen",
"effector",
"services"
],
"scripts": {
"start": "node ./dist/index.js",
"publish": "npm publish --access public"
},
"dependencies": {
"@types/figlet": "^1.5.6",
"chalk": "4.1.2",
"commander": "^9.2.0",
"figlet": "^1.6.0",
"glob": "^10.2.6",
"handlebars": "^4.7.7",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^17.0.33",
"typescript": "^4.6.4"
},
"bin": {
"ttcodegen": "./bin/ttcodegen",
"ttc": "./bin/ttcodegen"
},
"access": "public"
}