UNPKG

ftx-public-api

Version:
50 lines (49 loc) 1.3 kB
{ "name": "ftx-public-api", "version": "1.0.5", "description": "open api for connect to FTX", "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": [ "ftx", "api", "client" ], "repository": { "type": "git", "url": "git+https://github.com/AparinAA/ftx-public-api.git" }, "bugs": { "url": "https://github.com/AparinAA/ftx-public-api.git/issues" }, "homepage": "https://github.com/AparinAA/ftx-public-api.git#readme", "author": "x6p", "license": "MIT", "devDependencies": { "@types/crypto-js": "^4.1.1", "@types/jest": "^28.1.4", "axios": "^0.27.2", "crypto-js": "^4.1.1", "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/**/*" ] }