profile-pics
Version:
51 lines • 1.05 kB
JSON
{
"name": "profile-pics",
"description": "",
"author": {
"name": "René Verheij",
"email": "rene@semantu.com",
"url": "https://www.github.com/flyon"
},
"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-schema": "~1.0",
"lincd-server-utils": "~1.0",
"lincd-xsd": "~1.0",
"node-fetch": "2",
"ordered-collection": "~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"
}