UNPKG

reveal-sdk-node

Version:

RevealBI Node.js SDK

52 lines (51 loc) 1.53 kB
{ "name": "reveal-sdk-node", "description": "RevealBI Node.js SDK", "version": "1.7.6", "author": "Infragistics Inc.", "private": false, "scripts": { "start": "npm run ts-sample", "transpile-sdk-model": "npx tsc --strict --project ./tsconfig.sdk.model.json", "transpile-src": "npx tsc --strict --project ./tsconfig.json", "transpile": "npm run transpile-src && npm run transpile-sdk-model", "prepare-native": "node scripts/prepareNative.js", "js-sample": "node dev-samples/myapp.js", "ts-sample": "npx -p typescript tsc dev-samples/my-ts-app.ts --esModuleInterop true --strict && node dev-samples/my-ts-app.js", "sandbox": "node dev-samples/sandbox.js", "automated-tests-server": "node dev-samples/automated-tests-server.js", "prepack": "npm run transpile && npm run prepare-native", "install": "node install.js" }, "engines": { "node": ">=16.13" }, "devDependencies": { "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "basic-ftp": "^4.6.6", "cors": "^2.8.5", "dotenv": "^16.0.1", "express": "^4.18.0", "typescript": "^4.6.4" }, "files": [ "index.js", "install.js", "lib/" ], "types": "lib/dts/index.d.ts", "dependencies": { "@puppeteer/browsers": "^2.7.0", "puppeteer-core": "^24.1.1" }, "keywords": [ "Reveal", "Infragistics", "Web", "Reporting", "BI", "Embedded BI" ], "license": "SEE LICENSE IN LICENSE" }