-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
{
"name": "alpha-errors",
"version": "0.4.0",
"description": "Simple helper to create error domains with error codes",
"main": "compiled/index.js",
"types": "compiled/index.d.ts",
"scripts": {
"test": "pallad-scripts test",
"compile": "pallad-scripts compile",
"lint": "pallad-scripts lint",
"prepack": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wookieb/alpha-errors.git"
},
"files": [
"compiled"
],
"keywords": [
"typescript",
"alpha",
"packages",
"errors",
"error",
"code"
],
"author": "Łukasz Kużyński <lukasz.kuzynski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wookieb/alpha-errors/issues"
},
"homepage": "https://github.com/wookieb/alpha-errors#readme",
"devDependencies": {
"@pallad/scripts": "2.0.0-alpha.12",
"@types/faker": "^5.5.2",
"@types/node": "^8.10.54",
"faker": "^5.5.3",
"sinon": "^9.2.4"
},
"dependencies": {
"@pallad/builder": "^1.0.1"
}
}