qlik-saas-api
Version:
Interact with Qlik Sense SaaS REST API
79 lines (78 loc) • 1.91 kB
JSON
{
"name": "qlik-saas-api",
"version": "0.19.1",
"description": "Interact with Qlik Sense SaaS REST API",
"author": {
"email": "info@informatiqal.com",
"name": "Informatiqal @informatiqal",
"url": "https://informatiqal.com"
},
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"start": "node dist/app.js",
"prestart": "npm run build-tsc",
"build-tsc": "tsc",
"build": "rollup -c",
"watch": "rollup -cw",
"docs": "npx typedoc src/index.doc.ts --name \"Qlik SaaS API\" --excludePrivate --hideGenerator",
"test": "vitest run test/app.spec.ts"
},
"engines": {
"node": ">=14.19.1"
},
"engineStrict": true,
"keywords": [
"qlik",
"sense",
"qlik-sense",
"qlik sense",
"saas api",
"api",
"saas"
],
"files": [
"dist",
"*.json",
"*.md",
"LICENSE",
"CHANGELOG.md",
"!tsconfig.json",
"!renovate.json",
"!tsconfig.test.json",
"!.markdownlint.json"
],
"funding": {
"type": "kofi",
"url": "https://ko-fi.com/stefanstoichev"
},
"repository": {
"type": "git",
"url": "https://github.com/informatiqal/qlik-saas-api.git"
},
"bugs": {
"url": "https://github.com/informatiqal/qlik-saas-api/issues"
},
"homepage": "https://informatiqal.com/qlik-saas-api/",
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "24.0.3",
"dotenv": "16.5.0",
"esm": "^3.2.25",
"nyc": "17.1.0",
"rollup": "^4.43.0",
"rollup-plugin-delete": "^3.0.1",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typedoc": "0.28.5",
"typescript": "5.0.4",
"vitest": "^1.4.0"
},
"dependencies": {
"form-data": "^4.0.3",
"qlik-rest-api": "^1.8.6"
}
}