-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 959 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
31
32
33
{
"name": "select-props",
"version": "1.0.7",
"description": "Utility for composing API payloader functions",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"lint": "eslint src",
"clean": "rm -rf lib",
"prebuild": "npm run clean && mkdir lib && touch lib/index.js",
"build": "babel src --out-file lib/index.js",
"prepare": "npm run lint && npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/malowitzki/select-props.git"
},
"author": "malowitzki",
"license": "ISC",
"bugs": {
"url": "https://github.com/malowitzki/select-props/issues"
},
"homepage": "https://github.com/malowitzki/select-props#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"case": "^1.5.5",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0"
}
}