-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
43
44
45
46
47
48
49
{
"name": "@textpress/extendable-error",
"version": "0.6.3",
"description": "Extendable error class for nodejs",
"main": "lib/extendable-error.js",
"author": "Textpress",
"license": "MIT",
"homepage": "https://github.com/textpress/extendable-error",
"repository": {
"type": "git",
"url": "https://github.com/textpress/extendable-error.git"
},
"bugs": {
"url": "https://github.com/textpress/extendable-error/issues"
},
"scripts": {
"test": "jest --coverage --colors",
"bump": "gulp bump --part",
"ci-release-notes": "conventional-github-releaser -p eslint",
"ci-test": "jest"
},
"jest": {
"coverageDirectory": "<rootDir>/.jest-coverage",
"testEnvironment": "node",
"testMatch": [
"**/__tests__/**/*.test.js"
]
},
"peerDependencies": {
"lodash": "*"
},
"devDependencies": {
"@textpress/babel-preset-textpress": "*",
"@textpress/eslint-config-textpress": "*",
"@textpress/gulp-bump-version": "*",
"chalk": "^2.3.2",
"conventional-github-releaser": "^2.0.2",
"eslint": "^4.6.1",
"fancy-log": "^1.3.2",
"gulp": "4.0.2",
"gulp-confirm": "1.0.8",
"gulp-exec": "4.0.0",
"gulp-print": "5.0.2",
"jest": "^22.4.3",
"lodash": "^4.17.5",
"plugin-error": "^1.0.1",
"yargs": "15.1.0"
}
}