UNPKG

profile-pics

Version:

64 lines 1.36 kB
{ "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, "main": "lib/cjs/index.js", "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" }, "module": "lib/esm/index.js", "exports": { ".": { "types": "./lib/esm/index.d.ts", "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" }, "./*": { "types": "./lib/esm/*.d.ts", "import": "./lib/esm/*.js", "require": "./lib/cjs/*.js" } }, "typesVersions": { "*": { "*": [ "lib/esm/*" ] } } }