UNPKG

@snapp-store/snapp-box-sdk

Version:
45 lines (44 loc) 1.25 kB
{ "name": "@snapp-store/snapp-box-sdk", "version": "1.0.0", "description": "A javascript sdk for snapp box api", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start:dev": "ts-node index.ts", "build": "tsc", "prepare": "npm run build", "generate": "openapi --input ./spec/api.yaml --output ./generated --client axios --name SnappBox" }, "repository": { "type": "git", "url": "git+https://github.com/snapp-store/snapp-box-sdk.git" }, "keywords": [ "snapp-box", "snapp" ], "author": "Ali Montajebi", "license": "MIT", "bugs": { "url": "https://github.com/snapp-store/snapp-box-sdk/issues" }, "homepage": "https://github.com/snapp-store/snapp-box-sdk#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "eslint": "^8.14.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.0.0", "nodemon": "^2.0.16", "openapi-typescript-codegen": "^0.23.0", "prettier": "^2.6.2", "ts-node": "^10.7.0", "typescript": "^4.6.4" }, "dependencies": { "axios": "^0.27.2" } }