solid-notification-client
Version:
Client library for Solid Notifications Protocol v0.2.0
34 lines (33 loc) • 782 B
JSON
{
"name": "solid-notification-client",
"version": "0.0.3",
"description": "Client library for Solid Notifications Protocol v0.2.0",
"main": "./dist/Index.js",
"types": "./dist/Index.d.ts",
"scripts": {
"build": "rm -rf dist/; tsc",
"test": "jest",
"release": "npm run build && npm publish --access public"
},
"files": [
"dist",
"config"
],
"keywords": [
"LD",
"Solid"
],
"author": "Wout Slabbinck <wout.slabbinck@ugent.be>",
"license": "ISC",
"dependencies": {
"@rubensworks/solid-client-authn-isomorphic": "^2.0.1",
"@solid/community-server": "^6.0.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/jest": "29.5.0",
"jest": "^29.5.0",
"jest-rdf": "^1.8.0",
"ts-jest": "^29.1.0"
}
}