-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.1 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
41
42
43
44
45
{
"name": "@m-ld/m-ld-spec",
"version": "0.7.1-edge.0",
"description": "m-ld Protocol Specification",
"directories": {
"test": "test"
},
"main": "types/index.js",
"types": "types/index.d.ts",
"files": [
"compliance/*",
"types/*"
],
"scripts": {
"test": "jasmine --config=compliance/jasmine.json",
"ver": "echo $npm_package_version",
"build": "tsc && typedoc types/index.ts",
"doc-dev": "onchange \"doc/**/*.*\" \"types/index.ts\" -- npm run build & browser-sync start --server _site --files _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-ld/m-ld-spec.git"
},
"keywords": [
"m-ld"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-ld/m-ld-spec/issues"
},
"homepage": "https://github.com/m-ld/m-ld-spec#readme",
"dependencies": {
"json-rql": "^0.6.2",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@m-ld/io-js-build": "^0.1.1",
"@m-ld/typedoc-theme": "^0.1.4",
"browser-sync": "^2.26.13",
"onchange": "^7.1.0",
"typedoc": "^0.19.2",
"typescript": "^4.1.3"
}
}