UNPKG

dev-charper-project

Version:
34 lines (33 loc) 806 B
{ "name": "dev-charper-project", "version": "1.0.0", "description": "A tiny library", "main": "dist/index.js", "files": ["dist"], "scripts": { "build": "tsc", "ci": "npm run test-build & npm t & wait", "test": "jest", "test-build": "npm run build && node test-build.js" }, "repository": { "type": "git", "url": "git+https://github.com/tobyhinloopen/bonaroo-able.git" }, "keywords": [ "Abilities", "Permissions" ], "author": "Charper", "license": "UNLICENSED", "bugs": { "url": "https://github.com/tobyhinloopen/bonaroo-able/issues" }, "homepage": "https://github.com/tobyhinloopen/bonaroo-able#readme", "devDependencies": { "@types/jest": "^29.2.0", "jest": "^29.2.2", "ts-jest": "^29.0.3", "typescript": "^4.8.4" } }