UNPKG

bb-api-platforma

Version:

API module for BetBooster Platform

58 lines (57 loc) 2.22 kB
{ "name": "bb-api-platforma", "version": "0.1.176", "description": "API module for BetBooster Platform", "productName": "BetBooster Platform API", "author": "Tomy Bet <tomybet.com@gmail.com>", "private": false, "main": "dist/BetBoosterApi.min.js", "types": "dist/BetBoosterApi.min.d.ts", "type": "module", "scripts": { "build": "rimraf ./dist && tsc --project tsconfig.build.json", "build:compress": "npm run build && terser --compress --mangle --source-map \"url='BetBoosterApi.min.js.map'\" --output dist/BetBoosterApi.min.js dist/BetBoosterApi.js", "build:types": "dts-bundle-generator -o dist/BetBoosterApi.min.d.ts src/BetBoosterApi.ts", "build:all": "npm run build:compress && npm run build:types", "release": "echo 'Release is running...' && npm run version:patch && npm run build:all && git add . && git commit -m \"Release v$(node -p \"require('./package.json').version\")\" && git tag v$(node -p \"require('./package.json').version\") && git push --set-upstream origin main && git push --tags", "version:patch": "npm --no-git-tag-version version patch && node src/version.js", "dev": "npx nodemon", "doc": "rimraf ./docs && typedoc", "test": "echo \"Error: no test specified {%1} \" && exit 1" }, "keywords": [ "api", "BetBooster", "betting", "typescript" ], "license": "MIT", "files": [ "dist/", "README.md" ], "repository": { "type": "git", "url": "git+https://gitlab.com/betseller/bb-api-platforma.git" }, "homepage": "https://betseller.gitlab.io/bb-api-platforma", "devDependencies": { "@types/jest": "^29.5.12", "@types/lodash": "^4.17.6", "@types/node": "^20.14.10", "axios": "^1.7.2", "chalk": "^5.3.0", "dts-bundle-generator": "^9.5.1", "jest": "^29.7.0", "lodash": "^4.17.21", "moment": "^2.30.1", "nodemon": "^3.1.4", "rimraf": "^6.0.1", "terser": "^5.31.2", "ts-jest": "^29.2.3", "ts-node": "^10.9.2", "typedoc": "^0.26.4", "typescript": "^5.5.3" }, "packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2" }