UNPKG

ynab

Version:

Official JavaScript client for the YNAB API. API documentation available at https://api.ynab.com. Generated from server specification version 1.76.0

57 lines (56 loc) 1.54 kB
{ "name": "ynab", "version": "2.10.0", "description": "Official JavaScript client for the YNAB API. API documentation available at https://api.ynab.com. Generated from server specification version 1.76.0", "author": "YNAB", "email": "api@ynab.com", "url": "https://api.ynab.com", "keywords": [ "typescript", "open-api", "ynab", "api" ], "files": [ "dist/", "dist/esm", "dist/browser" ], "license": "Apache-2.0", "main": "./dist/index.js", "module": "./dist/esm/index.js", "typings": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/ynab/ynab-sdk-js.git" }, "engines": { "node": ">=14" }, "scripts": { "generate": "./scripts/generate.mjs", "build": "tsc -b src/ test/ examples/ && tsc -b src/tsconfig.esm.json && webpack --mode production && npm run build_examples", "build_examples": "tsc -b examples/", "test": "TS_NODE_PROJECT=./test/tsconfig.json mocha --reporter spec --require ts-node/register/type-check 'test/**/*.ts'" }, "devDependencies": { "@types/chai": "^4.2.12", "@types/fetch-mock": "^7.3.2", "@types/mocha": "^8.0.2", "@types/node": "^14.0.27", "chai": "^4.2.0", "fetch-mock": "^9.10.6", "js-yaml": "^4.1.0", "jsh": "0.55.0", "mocha": "^10.8.2", "ts-loader": "^8.0.2", "ts-node": "10.9.1", "typescript": "5.2.2", "url": "^0.11.0", "webpack": "^5.74.0", "webpack-cli": "^5.0.1" }, "dependencies": { "fetch-ponyfill": "^7.1.0" } }