UNPKG

lincd-jsonld-store

Version:

47 lines 941 B
{ "name": "lincd-jsonld-store", "description": "", "author": { "name": "René Verheij", "url": "https://github.com/flyon", "email": "rpwverheij@gmail.com" }, "repository": { "type": "git", "url": "" }, "version": "1.0.0", "lincd": true, "license": "ISC", "scripts": { "start": "npm exec lincd dev", "build": "npm exec lincd build", "prepublishOnly": "npm exec lincd build production", "postpublish": "npm exec lincd register" }, "keywords": [ "lincd", "linked data", "interoperable", "semantic web", "web3" ], "dependencies": { "lincd": "^1.0", "lincd-jsonld": "~1.0", "lincd-storage": "~1.0" }, "devDependencies": { "lincd-cli": "^1.1", "tsconfig-to-dual-package": "^1.2.0", "typescript-plugin-css-modules": "^5.1.0" }, "typesVersions": { "*": { "*": [ "lib/esm/*" ] } }, "type": "commonjs" }