UNPKG

valence-connect

Version:

Connect to Valence for requests coming from applications running in the Valence Portal

54 lines (53 loc) 1.52 kB
{ "name": "valence-connect", "version": "1.1.4", "description": "Connect to Valence for requests coming from applications running in the Valence Portal", "main": "dst/index.min.js", "scripts": { "build": "uglifyjs src/index.js -c -m -o dst/index.min.js && uglifyjs install/postInstall.js -c -m -o install/postInstall.min.js", "generateApi": "node buildApi/build.js", "generateReadme": "node buildReadme/build.js", "postinstall": "node install/postInstall.min.js", "pretest": "eslint . --ext .js", "test": "npm run pretest && npm run build && tap test/*.js $1 && npm run generateReadme && npm run generateApi" }, "keywords": [ "CNX", "IBM i", "Valence", "Portal", "nodejs", "AS400", "iSeries" ], "author": "CNX Corporation", "license": "ISC", "dependencies": { "body-parser": "^1.19.0", "compression": "^1.7.4", "cookie-parser": "~1.4.5", "cors": "^2.8.5", "debug": "~4.3.1", "express": "^4.17.1", "fs": "0.0.1-security", "http-errors": "~1.8.0", "ip": "^1.1.5", "jsonfile": "^6.1.0", "morgan": "~1.10.0", "node-persist": "^3.1.0", "prompt": "^1.1.0", "pug": "^3.0.0", "request": "^2.83.0", "shelljs": "^0.8.4", "tap": "^14.11.0", "url-parse": "^1.4.7", "winston": "^3.3.3" }, "devDependencies": { "eslint": "^7.16.0", "eslint-config-google": "^0.14.0", "extract-comments": "^1.1.0", "jsdoc-to-markdown": "^6.0.1", "uglify-es": "^3.3.9" } }