forked from r4digital/node-occurrence-codes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 994 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 994 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
32
33
34
35
{
"name": "@r4digital/occurrence-codes",
"version": "1.0.5",
"description": "Occurrence enum codes",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"clean": "tsc --build --clean",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r4digital/node-occurrence-codes.git"
},
"license": "ISC",
"homepage": "https://github.com/r4digital/node-occurrence-codes#readme",
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"typescript": "^4.2.2"
},
"author": "Henrique Schmidt <henrique.schmidt@somosphi.com>",
"bugs": {
"url": "https://github.com/r4digital/node-occurrence-codes/issues"
},
"directories": {
"lib": "lib"
},
"dependencies": {}
}