UNPKG

okx-public-api

Version:
48 lines (47 loc) 1.24 kB
{ "name": "okx-public-api", "version": "1.0.15", "description": "open api for connect to OKX", "main": "prod/index.js", "types": "prod/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/*.ts\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push origin master && git push origin master --tags" }, "keywords": [ "okx", "api", "client" ], "repository": { "type": "git", "url": "git+https://github.com/AparinAA/okx-public-api.git" }, "bugs": { "url": "https://github.com/AparinAA/okx-public-api.git/issues" }, "homepage": "https://github.com/AparinAA/okx-public-api.git#readme", "author": "X6P", "license": "MIT", "devDependencies": { "@types/jest": "^28.1.4", "axios": "^0.27.2", "dotenv": "^16.0.1", "jest": "^28.1.2", "prettier": "^2.7.1", "ts-jest": "^28.0.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.4" }, "files": [ "prod/**/*" ] }