-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 924 Bytes
/
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
{
"name": "hal-types",
"version": "1.9.0",
"description": "Typescript definitions for HAL",
"main": "dist/index.js",
"browser": "browser/ketting.min.js",
"scripts": {
"test": "make test",
"prepublishOnly": "make build",
"build": "make build",
"lint": "make lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evert/ketting.git"
},
"keywords": [
"rest",
"hal",
"hypermedia",
"typescript",
"json-hints",
"hal"
],
"author": "Evert Pot",
"license": "MIT",
"bugs": {
"url": "https://github.com/evert/hal-types/issues"
},
"homepage": "https://github.com/evert/hal-types#readme",
"files": [
"src/",
"dist/"
],
"types": "dist/index.d.ts",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"typescript": "^4.1.5"
}
}