-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.6 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
{
"name": "@larsgw/formica",
"version": "0.6.5",
"description": "SDK and tools for data from the Library of Identification Resources",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"loir-validate-catalog": "./lib/bin/validate-catalog.js",
"loir-validate-resources": "./lib/bin/validate-resources-text.js",
"loir-resources-process": "./lib/bin/process-resources.js",
"loir-resources-index": "./lib/bin/process-resources-index.js",
"loir-catalog-clean-links": "./lib/bin/clean-links.js"
},
"scripts": {
"test": "node --test --test-reporter spec",
"lint": "eslint src",
"build": "tsc -d",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"preversion": "npm run lint && npm test",
"version": "npm run changelog && git add CHANGELOG.md",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/identification-resources/formica.git"
},
"author": "Lars Willighagen (https://larsgw.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/identification-resources/formica/issues"
},
"homepage": "https://github.com/identification-resources/formica#readme",
"dependencies": {
"ietf-language-tag-regex": "^0.0.5",
"js-yaml": "^4.1.0",
"spdx-license-list": "^6.6.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.14.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.35.0",
"typescript": "^4.9.5"
}
}