UNPKG

btcturk-js

Version:
42 lines (41 loc) 1.06 kB
{ "name": "btcturk-js", "version": "1.0.2", "description": "Btcturk | Promise based API (Unofficial)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "npm run build", "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/hasanmuzak/btcturk-api-nodejs.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/hasanmuzak/btcturk-api-nodejs/issues" }, "homepage": "https://github.com/hasanmuzak/btcturk-api-nodejs#readme", "devDependencies": { "@types/chai": "^4.2.22", "@types/crypto-js": "^3.1.30", "@types/mocha": "^9.0.0", "@types/node": "^16.11.6", "chai": "^4.3.4", "dotenv": "^10.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", "typescript": "^4.4.4" }, "dependencies": { "axios": "^0.24.0", "crypto-js": "^4.1.1" }, "keywords": [ "btcturk", "api" ] }