UNPKG

aade-mydata-client

Version:

Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API

49 lines (48 loc) 1.16 kB
{ "name": "aade-mydata-client", "version": "1.2.3", "description": "Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API", "main": "lib/index.js", "types": "lib/models/index.d.ts", "scripts": { "build": "tsc", "lint": "tslint -p tsconfig.json", "prebuild": "shx rm -rf lib", "postbuild": "shx cp -r src/xsd lib", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "git add -A src", "postversion": "git push && git push --tags" }, "author": "John Makridis", "keywords": [ "AADE", "myData", "Greece", "REST", "API" ], "dependencies": { "axios": "^0.21.1", "jsonix": "^3.0.0", "moment-timezone": "^0.5.33", "uuid": "^8.3.2", "xml-js": "^1.6.11", "xml2js": "^0.4.23" }, "devDependencies": { "@types/node": "^14.14.27", "@types/uuid": "^8.3.0", "@types/xml2js": "^0.4.8", "shx": "^0.3.3", "ts-loader": "^9.2.2", "ts-node": "^10.0.0", "tslint": "^6.1.3", "typescript": "^4.3.2", "xsd2ts": "^0.9.17" }, "files": [ "lib/**/*" ] }