UNPKG

aps-data-api

Version:

package for data extraction from APS company for omnimetic project

77 lines (76 loc) 2.45 kB
{ "name": "aps-data-api", "version": "1.3.1", "description": "package for data extraction from APS company for omnimetic project", "engines": { "npm": "6.14.13", "node": "14.17.3" }, "main": "dist/services/aps-utility-data/aps-utility-data-service", "scripts": { "build": "gulp", "test": "NODE_ENV=testing mocha --exit -r ts-node/register --project tsconfig.json test/**/*.spec.ts --timeout 3000", "test-win": "set NODE_ENV=testing&& mocha --exit -r ts-node/register --project tsconfig.json test/**/*.spec.ts", "postinstall": "npm run build", "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "lint:fix": "tslint --fix -c tslint.json src/**/*.ts test/**/*.ts", "start": "node dist/services/aps-utility-data/aps-utility-data-service", "serve": "gulp serve" }, "repository": { "type": "git", "url": "git+https://github.com/jalantechnologies/aps-data-api" }, "keywords": [ "aps", "aps-data-api", "typescript" ], "author": "JalanTechnologies", "license": "MIT", "bugs": { "url": "https://github.com/jalantechnologies/aps-data-api" }, "homepage": "https://github.com/jalantechnologies/aps-data-api#readme", "dependencies": { "axios": "^0.27.2", "config": "^3.3.6", "moment": "^2.29.4", "pdf.js-extract": "^0.1.5", "puppeteer": "^19.1.1", "request": "^2.88.2", "sinon": "^12.0.1", "tunnel": "0.0.6" }, "devDependencies": { "@types/chai": "^4.2.22", "@types/chai-as-promised": "^7.1.4", "@types/chai-spies": "^1.0.3", "@types/config": "0.0.40", "@types/mocha": "^9.0.0", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", "@types/tunnel": "0.0.3", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "chai-spies": "^1.0.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^14.0.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.25.2", "gulp": "^4.0.2", "gulp-nodemon": "^2.5.0", "gulp-typescript": "^6.0.0-alpha.1", "mocha": "^9.1.3", "remark-cli": "^10.0.0", "remark-lint": "^9.1.0", "remark-preset-lint-recommended": "^6.1.1", "ts-node": "^10.8.0", "tslint": "^6.1.3", "tslint-config-airbnb": "^5.11.2", "typescript": "^4.8.4" } }