-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
30 lines (30 loc) · 851 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
{
"name": "earthbound-battlebackgrounds",
"version": "0.0.1",
"description": "Earthbound Battle Backgrounds, in your browser!",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-0": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"binary-loader": "^0.0.1",
"express": "^4.21.1",
"standard": "^17.0.0",
"string.prototype.padstart": "^3.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2"
},
"main": "dist/index.js",
"scripts": {
"compile": "webpack",
"lint": "standard *.js src/**/*.js --fix",
"prepublishOnly": "npm run compile",
"start": "node server",
"watch": "NODE_ENV=development webpack -d --watch"
},
"engines": {
"node": ">= 0.8.0"
}
}