lincd-jsonld
Version:
Utilities to parse and write JSON-LD for the LINCD library
45 lines • 967 B
JSON
{
"name": "lincd-jsonld",
"license": "MPL-2.0",
"version": "1.0.0",
"description": "Utilities to parse and write JSON-LD for the LINCD library",
"lincd": true,
"scripts": {
"start": "npm exec lincd dev",
"build": "npm exec lincd build",
"prepublishOnly": "npm exec lincd build production",
"postpublish": "npm exec lincd register"
},
"keywords": [
"lincd",
"jsonld",
"json-ld",
"linked-data",
"data",
"json"
],
"author": {
"name": "René Verheij",
"url": "https://github.com/flyon",
"email": "rpwverheij@gmail.com"
},
"dependencies": {
"jsonld": "^8.2.1",
"lincd": "^1.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"lincd-cli": "^1.1",
"tsconfig-to-dual-package": "^1.2.0",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0"
},
"typesVersions": {
"*": {
"*": [
"lib/esm/*"
]
}
},
"type": "commonjs"
}