UNPKG

temporeest

Version:
26 lines (25 loc) 585 B
{ "name": "@aphro/authorization-grammar", "version": "0.2.6", "main": "lib/index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/tantaman/aphrodite.git", "directory": "extensions/authorization-grammar" }, "devDependencies": { "typescript": "^4.8.2" }, "scripts": { "clean": "tsc --build --clean", "build": "tsc --build", "watch": "tsc --build -w", "deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true" }, "jest": { "testMatch": [ "**/__tests__/**/*.test.js" ] } }