UNPKG

812 BJSONView Raw
1{
2 "name": "@opennetwork/rdf-data-model",
3 "version": "5.2.7",
4 "types": "./esnext/index.d.ts",
5 "license": "MIT",
6 "type": "module",
7 "main": "./esnext/index.js",
8 "author": "Fabian Cook <hello@fabiancook.dev>",
9 "private": false,
10 "scripts": {
11 "build": "rm -rf esnext && tsc && npm run tslint && npm run postbuild",
12 "postbuild": "node scripts/post-build.js",
13 "watch": "tsc -w",
14 "tslint": "tslint -c tslint.json -p tsconfig.json",
15 "prepublishOnly": "npm run build"
16 },
17 "peerDependencies": {},
18 "dependencies": {
19 "pure-uuid": "^1.6.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/opennetwork/rdf-data-model.git"
24 },
25 "devDependencies": {
26 "esm": "^3.2.25",
27 "filehound": "^1.17.4",
28 "tslint": "^6.1.2",
29 "typescript": "^3.9.2"
30 }
31}