-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
49
50
51
52
53
{
"name": "taobi",
"version": "0.4.5",
"private": false,
"description": "奇门遁甲-基于js的奇门摆盘",
"main": "lib/index.js",
"license": "MPL-2.0",
"scripts": {
"test:unit": "jest --verbose",
"build": "webpack",
"lib": "rm -rf lib && babel src/ -d lib/"
},
"files": [
"lib/",
"readme.md"
],
"dependencies": {
"julian.js": "^2.0.0",
"solar_terms.js": "^0.1.0",
"tao_calendar": "^0.4.3",
"tao_name": "^0.1.1",
"tao_taichi.js": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.24.8",
"babel-jest": "^27.2.5",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"moment": "^2.29.4",
"prettier": "^2.2.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"repository": "https://github.com/Taogram/taobi.git",
"keywords": [
"tao",
"taogram",
"node",
"qimen",
"js",
"javascript"
]
}