-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 931 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": "storken-broadcast",
"version": "1.0.4",
"scripts": {
"build": "babel src/storken-broadcast.js --ignore '**/*.test.js' --out-dir dist -d",
"prepublishOnly": "yarn build"
},
"main": "dist/storken-broadcast.js",
"repository": {
"type": "git",
"url": "https://github.com/storkenjs/storken-broadcast"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-plugin-loop-optimizer": "^1.4.1",
"babel-preset-minify": "^0.5.1",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0"
}
}