UNPKG

wstrade-api-amin

Version:
52 lines (51 loc) 1.36 kB
{ "name": "wstrade-api-amin", "version": "1.10.4", "description": "Wealthsimple Trade API Wrapper", "main": "dist.js", "types": "index.d.ts", "scripts": { "bundle": "webpack", "lint": "npx eslint --fix src/ --ignore-pattern __test__", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/amindhouib/wstrade-api.git" }, "keywords": [ "API", "Wrapper", "Wealthsimple", "Trade" ], "author": "Ahmed Sakr", "license": "MIT", "bugs": { "url": "https://github.com/amindhouib/wstrade-api/issues" }, "homepage": "https://github.com/amindhouib/wstrade-api#readme", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-proposal-optional-chaining": "^7.12.7", "@babel/plugin-transform-modules-commonjs": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.9.6", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "eslint": "^7.17.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "jest": "^26.6.3", "typescript": "^3.9.2", "webpack": "^5.4.0", "webpack-cli": "^4.2.0" }, "dependencies": { "cloudscraper": "^4.6.0", "node-fetch": "^2.6.1", "request": "^2.88.2", "source-map-support": "^0.5.19" } }