-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
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
33
34
35
36
37
38
{
"name": "instrument-context-module",
"version": "0.1.0",
"author": "Neal Granger <neal@nealg.com>",
"main": "instrument-context-module.js",
"scripts": {
"clean": "rm *.js && rm *.map",
"build": "./node_modules/.bin/babel -s -d . src",
"prepublish": "npm run clean && npm run build",
"lint": "./node_modules/.bin/eslint src",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-config/instrument-context-module.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/webpack-config/instrument-context-module/issues"
},
"homepage": "https://github.com/webpack-config/instrument-context-module#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-preset-metalab": "^1.0.0",
"babel-runtime": "^6.23.0",
"eslint": "^3.17.1",
"eslint-config-metalab": "^6.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-lodash-fp": "^2.0.1",
"eslint-plugin-react": "^6.10.0"
},
"dependencies": {
"regexp-clone": "^0.0.1"
}
}