-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) 路 739 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) 路 739 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
{
"name": "rust-bindgen-loader",
"version": "1.0.3",
"description": "",
"main": "dist/loader.js",
"jest": {
"testEnvironment": "node"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"test": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm run test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.2",
"jest": "^22.4.4",
"toml": "^2.3.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
}
}