UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

39 lines (38 loc) 728 B
{ "name": "${package_name}", "description": "", "author": { "name": "", "email": "", "url": "" }, "repository": { "type": "git", "url": "" }, "version": "0.1.0", "lincd": true, "main": "lib/index.js", "types": "dist/${output_file_name}.d.ts", "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": "^0.1" }, "devDependencies": { "lincd-cli": "^1.1" } }