@solid-data-modules/bookmarks-vanilla
Version:
See [Docs](https://solid-contrib.github.io/data-modules/bookmarks-vanilla/index.html) for more information about this module. # How to use this module
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "@solid-data-modules/bookmarks-vanilla",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist/",
"build": "npm run clean && tsc",
"build:doc": "typedoc src/index.ts --out ../../gh-pages/bookmarks-vanilla --tsconfig ./tsconfig.json",
"test": "jest"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/solid-contrib/data-modules.git"
},
"keywords": [
"solid",
"data-modules",
"bookmarks"
],
"author": {
"name": "Reza Soltani",
"email": "soltanireza65@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solid-contrib/data-modules/issues"
},
"homepage": "https://github.com/solid-contrib/data-modules#readme",
"dependencies": {
"@inrupt/solid-client": "^1.30.2",
"@inrupt/solid-client-authn-browser": "^1.17.5",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@rdfjs/data-model": "^1.3.4",
"@rezasoltani/solid-typeindex-support": "^0.0.7"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}