-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "shengxinyumaj",
"version": "1.1.23",
"description": "用于nodejs环境下的日本麻将点数、番数、符数、役种等计算",
"main": "index.js",
"scripts": {
"test": "webpack-cli&node test.js",
"dist": "webpack-cli",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/similing4/japaneseMajhong.git"
},
"keywords": [
"japanese",
"maj",
"js",
"日麻",
"日本麻将",
"役种",
"番数",
"符数",
"向听数",
"计算"
],
"author": "similing4",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/similing4/japaneseMajhong/issues"
},
"homepage": "https://github.com/similing4/japaneseMajhong#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"rimraf": "^3.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"fastbitset": "^0.4.0"
}
}