-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 836 Bytes
/
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
{
"name": "wuhao-sequence",
"version": "1.0.0",
"description": "Serialize data from template output, Use early and off work early.",
"main": "dist/index.js",
"type": "module",
"types": "dist/types",
"bin": {
"sequence": "dist/cli.js"
},
"scripts": {
"serve": "tsc -w",
"build": "tsc"
},
"keywords": [
"wuhao-sequence",
"wuhao-network"
],
"author": {
"name": "wuhao",
"email": "[email protected]"
},
"homepage": "https://github.com/kiwh77/wuhao-sequence",
"repository": {
"url": "https://github.com/kiwh77/wuhao-sequence.git"
},
"license": "MIT",
"dependencies": {
"commander": "^10.0.0",
"wh-logsets": "^1.0.43",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.15.8",
"typescript": "^5.0.2"
}
}