-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "girlsfrontline-resource-extra",
"version": "1.11.0",
"main": "./lib/index.js",
"repository": "https://github.com/36base/girlsfrontline-extra-data.git",
"author": "MagicWorld <craftedmovie30@gmail.com>",
"license": "MIT",
"scripts": {
"build": "rimraf lib build && babel src --out-dir lib --ignore **/*.spec.js && node ./scripts/build.js",
"test": "jest",
"prepublish": "yarn build"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.25.1",
"fs-extra": "^7.0.0",
"jest": "^23.6.0",
"rimraf": "^2.6.2"
},
"jest": {
"roots": [
"<rootDir>/src"
],
"testEnvironment": "node"
},
"files": [
"LICENSE.md",
"README.md",
"build/",
"lib/"
]
}