UNPKG

@gitchrisqueen/tdameritrade-api-js-client

Version:
72 lines (71 loc) 1.93 kB
{ "name": "@gitchrisqueen/tdameritrade-api-js-client", "version": "0.2.1", "description": "TD Ameritrade API integration for node.js", "main": "nodejs-clientES5/src/index.js", "scripts": { "test": "echo 'No test specified'", "convertopenapi3toswagger2": "api-spec-converter --from=openapi_3 --to=swagger_2 --syntax=yaml ./nodejs-server/api/openapi.yaml > ./nodejs-server/api/swagger2.yaml", "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"" }, "publishConfig": { "access": "public" }, "np": { "anyBranch": false, "cleanup": true, "tests": false, "publish": true, "preview": false, "tag": "latest", "yarn": false, "contents": "nodejs-client", "releaseDraft": true }, "funding": [ { "type": "opencollective", "url": "https://opencollective.com/chris-queen-consulting" }, { "type": "patreon", "url": "https://www.patreon.com/christopherqueenconsulting" } ], "repository": { "type": "git", "url": "git+https://github.com/gitchrisqueen/tdameritrade-api.git" }, "author": "Christopher Queen<git@christopherqueenconsutling.com>", "license": "MIT", "bugs": { "url": "https://github.com/gitchrisqueen/tdameritrade-api/issues" }, "homepage": "https://github.com/gitchrisqueen/tdameritrade-api/tree/master/nodejs-clientES5#readme", "keywords": [ "tdameritrade", "thinkorswim", "javascript", "api", "node", "js", "ES5", "ES6" ], "dependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "superagent": "3.7.0", "chalk": "^4.1.0" }, "devDependencies": { "api-spec-converter": "^2.11.0", "babel-core": "6.26.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-preset-env": "^1.6.1", "babel-preset-stage-0": "^6.24.1", "expect.js": "~0.3.1", "mocha": "~2.3.4", "sinon": "1.17.3" } }