-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
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
{
"name": "@aliencreations/node-error",
"version": "1.0.4",
"description": "Error codes and a custom error function for Alien Creations node apps.",
"main": "index.js",
"scripts": {
"test": "bash ./run/env/test/run.sh",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "https://github.com/aliencreations/node-error.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [],
"author": "Sean Cannon",
"bugs": {
"url": "https://github.com/aliencreations/node-error/issues"
},
"homepage": "https://github.com/aliencreations/node-error",
"devDependencies": {
"@aliencreations/eslint-config": "^1.x.x",
"eslint": "^7.0.0",
"jasmine": "^3.4.0",
"jasmine-console-reporter": "^3.1.0",
"nyc": "^14.0.0"
}
}