UNPKG

@permitio/permit-js

Version:

Permitio is a frontend package that makes it easy to use permit abilities

32 lines (31 loc) 733 B
{ "name": "@permitio/permit-js", "version": "0.5.2", "description": "Permitio is a frontend package that makes it easy to use permit abilities", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --no-cache --runInBand", "prepublish": "tsc", "build": "tsc" }, "keywords": [ "permit" ], "author": "permitio", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.5", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^29.2.4", "babel-jest": "^29.3.1", "jest": "^29.3.1", "ts-jest": "^29.2.5", "typescript": "^4.9.4" }, "dependencies": { "axios": "^1.7.7", "ky": "^1.7.2" } }