{ "name": "solid-logic", "version": "3.0.8", "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.21.0", "@babel/plugin-transform-async-to-generator": "~7.25.9", "@babel/plugin-transform-runtime": "^7.25.9", "@babel/preset-env": "~7.26.7", "@babel/preset-typescript": "~7.26.0", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-environment-node-debug": "^2.0.0", "jest-fetch-mock": "^3.0.3", "typescript": "^5.7.3" }, "dependencies": { "@inrupt/solid-client-authn-browser": "1.17", "lint-staged": "^15.4.3", "rdflib": "^2.2.36", "solid-namespace": "^0.5.4" } }