-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 973 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
43
44
{
"name": "@rdfjs/types",
"version": "1.1.2",
"license": "MIT",
"types": "index.d.ts",
"files": [
"./**/*.d.ts"
],
"author": {
"name": "RDF/JS Representation Task Force",
"url": "https://github.com/rdfjs/representation-task-force",
"email": "[email protected]"
},
"scripts": {
"lint": "eslint . --ext .ts",
"test": "tsc --noEmit",
"release": "changeset publish"
},
"dependencies": {
"@types/node": "*"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.12.0",
"typescript": "^4.0.3"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/rdfjs/types/issues"
},
"homepage": "http://rdf.js.org/",
"keywords": [
"rdf",
"rdf/js",
"rdfjs",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/rdfjs/types"
}
}