-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 864 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": "plum-blossom-node-utils",
"version": "1.0.15",
"description": "node工具类",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --declaration",
"test": "ts-node ./test/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wintryplum/node-utils.git"
},
"keywords": [
"utils",
"node",
"nodejs",
"typescript"
],
"author": "xing_qian_kun",
"license": "MIT",
"bugs": {
"url": "https://github.com/wintryplum/node-utils/issues"
},
"homepage": "https://github.com/wintryplum/node-utils#readme",
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/node": "^17.0.8",
"@types/yamljs": "^0.2.31",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"moment": "^2.29.1",
"yamljs": "^0.3.0"
}
}