UNPKG

cryptocurrency.api

Version:
57 lines (56 loc) 1.46 kB
{ "name": "cryptocurrency.api", "version": "1.3.4", "description": "Cryptocurrency API", "main": "dist/index.js", "types": "dist/index.d.ts", "author": { "name": "bynaki", "email": "bynaki@icloud.com" }, "repository": { "type": "git", "url": "https://github.com/bynaki/cryptocurrency.api.git" }, "engines": { "node": ">= 15.0.0" }, "keywords": [ "node", "typescript", "module", "boilerpalte" ], "license": "MIT", "scripts": { "name": "echo $npm_package_name", "build.tsc": "tsc && bin/copy \"src/**/!(*.ts)\" \"dist\" \"**/node_modules/**\" \"**/.DS_Store\"", "clean": "rimraf dist", "build.util": "tsc --outDir utils utils/index.ts", "build.test": "tsc -p tsconfig.test.json && bin/copy \"src/**/!(*.ts)\" \"dist.test/src\" \"**/node_modules/**\" \"**/.DS_Store\"", "test": "npm run build.test && ava -v", "test.watch": "npm run build.test && ava --watch", "clean.test": "rimraf dist.test" }, "devDependencies": { "@types/jsonwebtoken": "^8.5.8", "@types/request": "^2.48.8", "@types/uuid": "^8.3.4", "ava": "^4.3.1", "fs-extra": "^10.1.0", "rimraf": "^3.0.2", "typescript": "^4.7.4" }, "dependencies": { "axios": "^0.27.2", "fourdollar": "^2.5.6", "jsonwebtoken": "^8.5.1", "node-binance-api": "^0.13.1", "uuid": "^8.3.2" }, "ava": { "files": [ "dist.test/test/upbit.spec.js" ] } }