-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 831 Bytes
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
{
"name": "xwing-data-module",
"version": "1.0.1",
"description": "xwing-data packaged as modules",
"files": [
"src/index.js",
"xwing-data/data"
],
"scripts": {
"test": "jest src",
"fix-data": "babel-node fix-xwing-data.js",
"minor": "release-it minor",
"major": "release-it major",
"patch": "release-it patch"
},
"main": "src/index.js",
"repository": "git@github.com:stevegood/xwing-data-module.git",
"author": "Steve Good <sgood@lanctr.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"file-loader": "^0.11.2",
"jest": "^20.0.4",
"regenerator-runtime": "^0.10.5",
"release-it": "^2.8.0"
},
"dependencies": {}
}