-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@opennetwork/rdf-dataset-async",
"version": "1.0.3",
"types": "./esnext/index.d.ts",
"license": "MIT",
"type": "module",
"main": "./esnext/index.js",
"author": "Fabian Cook <[email protected]>",
"private": false,
"scripts": {
"build": "rm -rf esnext && tsc && npm run postbuild",
"postbuild": "node scripts/post-build.js",
"watch": "tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"prepublishOnly": "npm run build",
"example": "node scripts/example.node.js"
},
"peerDependencies": {
"@opennetwork/rdf-data-model": "^4.0.0",
"@opennetwork/rdf-dataset": "^8.2.4",
"iterable": "^5.7.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/opennetwork/rdf-dataset-async.git"
},
"devDependencies": {
"@opennetwork/environment": "^1.0.2",
"@opennetwork/rdf-data-model": "^5.2.7",
"@opennetwork/rdf-dataset": "^8.2.6",
"@types/node": "^14.0.1",
"esm": "^3.2.25",
"filehound": "^1.17.4",
"iterable": "^5.7.0",
"tslint": "^6.1.2",
"typescript": "^3.9.2",
"yjs": "^13.0.8"
}
}