-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 961 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 961 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": "solid-hex",
"version": "3.0.0",
"entry": "./src/index.js",
"repository": "git@github.com:njlr/solid-hex.git",
"author": "njlr <njlr@users.noreply.github.com>",
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "build",
"test": "eslint ./src/index.js && jest"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/node": "^7.0.0-beta.46",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.1.1",
"babel-jest": "^22.4.3",
"eslint": "^4.14.0",
"jest": "^22.0.4",
"jest-cli": "^22.0.4",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.59.0",
"rollup-plugin-auto-external": "^1.2.0",
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-globals": "^1.2.1"
}
}