{ "name": "solid-logic", "version": "3.0.0", "description": "Core business logic of Solid OS", "main": "lib/index.js", "scripts": { "build": "npm run clean && tsc", "clean": "rm -rf lib", "lint": "eslint ./src", "test": "jest", "test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug", "preversion": "npm test", "postversion": "git push --follow-tags", "prepublishOnly": "npm run build && npm run test", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/solidos/solid-logic.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/solidos/solid-logic/issues" }, "homepage": "https://github.com/solidos/solid-logic#readme", "devDependencies": { "@babel/plugin-proposal-class-properties": "~7.18.6", "@babel/plugin-proposal-optional-chaining": "~7.20.7", "@babel/plugin-transform-async-to-generator": "~7.20.7", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "~7.20.2", "@babel/preset-typescript": "~7.18.6", "@types/jest": "^29.4.0", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "eslint": "^8.34.0", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "jest-environment-node-debug": "^2.0.0", "jest-fetch-mock": "^3.0.3", "typescript": "^4.9.5" }, "dependencies": { "@inrupt/solid-client-authn-browser": "^1.13.0", "rdflib": "^2.2.26-2", "solid-namespace": "^0.5.2" } }