-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 944 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
{
"name": "poi-lib-battle",
"version": "2.20.0",
"description": "Battle module for poi",
"main": "index",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2017-node7": "^0.5.2",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.12.0",
"eslint-plugin-import": "^1.8.1",
"poi-util-transpile": "^8.0.0"
},
"scripts": {
"reset": "git clean -f && git checkout .",
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/lib-battle.git"
},
"author": {
"name": "Dazzy Ding",
"link": "https://github.com/yukixz"
},
"contributors": [
"Chiba"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/lib-battle/issues"
},
"homepage": "https://github.com/poooi/poi-battle"
}