kas-api
Version:
Simple Library for calling the ALL-INKL KAS API
36 lines (35 loc) • 703 B
JSON
{
"name": "kas-api",
"description": "Simple Library for calling the ALL-INKL KAS API",
"version": "0.1.0",
"license": "MIT",
"author": "bloep",
"repository": "bloep/kas-api",
"keywords": [
"all-inkl",
"api",
"kas",
"kasserver"
],
"scripts": {
"build": "npm run clean && npm run build-ts",
"build-ts": "tsc",
"watch": "tsc -w",
"clean": "rm -rf dist"
},
"dependencies": {
"soap": "^0.45.0",
"typescript": "^4.8.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/node": "^18.7.14",
"@types/sax": "^1.2.4",
"@types/xml2js": "^0.4.11"
},
"files": [
"dist",
"index.js"
]
}