-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 867 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 867 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
{
"name": "@types/jsonld",
"version": "0.4.11",
"description": "Types for https://github.com/digitalbazaar/jsonld.js",
"typings": "js/jsonld.d.ts",
"scripts": {
"lint": "tslint \"**/*.ts\" -e \"node_modules/**\"",
"specs": "ts-node test.ts",
"test": "npm run lint && npm run specs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/types/jsonld.git"
},
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/types/jsonld/issues"
},
"homepage": "https://github.com/types/jsonld#readme",
"devDependencies": {
"@types/node": "^10.9.4",
"jsonld": "^1.0.4",
"ts-node": "^7.0.1",
"tslint": "^5.5.0",
"tslint-config-typings": "^0.3.1",
"typescript": "^3.0.3"
}
}