forked from TeselaGen/ve-range-utils-DEPRECATED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "ve-range-utils",
"version": "2.5.9",
"description": "range utility functions",
"main": "lib",
"repository": "https://github.com/TeselaGen/ve-range-utils",
"scripts": {
"build": "nwb build-react-component --copy-files --no-demo",
"prepublish": "in-publish && yarn build || not-in-publish",
"test": "jest src",
"lint": "eslint src",
"precommit": "npm test",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"keywords": [
"range",
"utils",
"teselagen",
"biojs"
],
"author": "",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"validate.io-nonnegative-integer-array": "^1.0.1"
},
"devDependencies": {
"auto-changelog": "^2.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^3.2.0",
"eslint": "^6.1.0",
"eslint-config-teselagen": "^5.0.3",
"husky": "^0.11.6",
"in-publish": "^2.0.0",
"jest": "^24.9.0",
"lint-staged": "^9.2.1",
"mocha": "^6.2.0",
"nwb": "^0.19.0",
"prettier": "^1.6.1"
}
}