-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
30 lines (30 loc) · 983 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": "@matthaywardwebdesign/node-security",
"version": "0.0.4",
"description": ":key: The easiest way to control what npm modules can access",
"main": "dist/index.js",
"scripts": {
"add-contributor": "all-contributors add",
"build": "rimraf dist/ && babel ./src --out-dir dist/ --ignore **/*.test.js,./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"test": "mocha --compilers js:babel-core/register --recursive src/"
},
"files": [
"src",
"dist"
],
"author": "Matt Hayward <[email protected]>",
"license": "MIT",
"devDependencies": {
"all-contributors-cli": "^5.5.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"trash": "^4.3.0"
}
}