UNPKG

testsdktsowems

Version:

A tiny linbrary handling abilities

48 lines (47 loc) 1.24 kB
{ "name": "testsdktsowems", "version": "1.5.1", "description": "A tiny linbrary handling abilities", "main": "dist/index.js", "files": [ "dist" ], "browser": "dist/testsdktsowems.min.js", "scripts": { "build": "tsc", "ci": "(npm run test-build && npm run rollup) & npm t & wait", "preversion": "./preversion.sh", "prepublishOnly": "npm run ci && npm run rollup", "version": "./version.sh", "test": "jest", "test-build": "npm run build && node test-build.js", "rollup": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/tsowems/bonaroo-able.git" }, "keywords": [ "Abilities", "Permissions" ], "author": "Taiwo Sowemimo", "license": "UNLICENSED", "bugs": { "url": "https://github.com/tsowems/bonaroo-able/issues" }, "homepage": "https://github.com/tsowems/bonaroo-able#readme", "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.3.1", "rollup": "^2.60.1", "rollup-plugin-babel-minify": "^10.0.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "ts-jest": "^27.0.7", "typescript": "^4.5.2" }, "dependencies": { "isomorphic-fetch": "^3.0.0" } }