UNPKG

@m-ld/m-ld-spec

Version:

m-ld Protocol Specification

46 lines (45 loc) 1.12 kB
{ "name": "@m-ld/m-ld-spec", "version": "0.7.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" } }