-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "op-calendar",
"version": "0.0.1",
"description": "包含节假日信息\\调休\\农历\\农历节日的日历",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./index.ts",
"dump_data": "ts-node ./script/dump_op_aladdin_data.ts",
"merge_data": "ts-node ./script/pick_and_merge.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sosohime/op-calendar.git"
},
"author": "sosohime",
"license": "MIT",
"bugs": {
"url": "https://github.com/sosohime/op-calendar/issues"
},
"homepage": "https://github.com/sosohime/op-calendar#readme",
"devDependencies": {
"@types/lodash": "^4.14.173",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
},
"dependencies": {
"axios": "^0.21.1",
"lodash": "^4.17.21",
"moment": "^2.29.1"
}
}