Untitled
unknown
plain_text
3 years ago
3.6 kB
9
Indexable
{
"name": "ibb-artemis-dataservice",
"version": "2.4.1-snapshot",
"description": "Aplicação Artemis",
"repository": {
"type": "git",
"url": "https://gitlab.intranet.bb.com.br/ibb/ibb-artemis-dataservice/ibb-artemis-dataservice.git"
},
"main": "dist/server.js",
"scripts": {
"docker-com-proxy": "bash ./run/start-proxy.sh",
"docker": "docker-compose -f ./run/docker-compose.yml up --build",
"build:js": "babel src -d dist --source-maps --copy-files --ignore '**/*.ts'",
"build:types": "tsc --downlevelIteration",
"build": "npm run build:js && npm run build:types",
"develop": "ts-node-dev src/index.ts --legacy-watch --delay 1 --inspect=0.0.0.0:9230",
"start": "npm run closeport && npm run develop",
"serve": "node dist/index.js",
"test": "NODE_OPTIONS=--max-old-space-size=2048 jest --runInBand --detectOpenHandles --forceExit",
"lint": "eslint src/ --ext .js --ext .ts --fix --fix-type layout -f codeframe",
"postversion": "git push && git push --tags && curl -L -k -H \"Content-Type: application/json\" -X POST -d '{ \"projectName\": \"'\"$(node -p \"require('./package.json').name\")\"'\", \"version\":\"'\"$(git describe --tags $(git rev-list --tags --max-count=1))\"'\" }' api-semver.gtw.dev.io.bb.com.br/project/version",
"integration-test": "bash ./integration-tests/integration-tests.sh",
"performance-test": "bash ./performance-tests/performance-tests.sh",
"secure-mode": "jest --watch --verbose=false",
"validate": "",
"closeport": "npx kill-port 9230 3010"
},
"author": "Artemis DevTeam",
"license": "ISC",
"dependencies": {
"@cloudnative/health": "^2.1.2",
"@cloudnative/health-connect": "^2.1.0",
"@labbsr0x/express-monitor": "^2.11.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"debug": "^3.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-swagger-generator": "^1.1.11",
"helmet": "^4.6.0",
"http-errors": "^1.7.2",
"ibb-artemis-utils": "2.8.0-snapshot",
"is-port-reachable": "^2.0.0",
"jaeger-tracer-decorator": "^2.1.2",
"moment": "^2.24.0",
"mongo-mock": "^4.0.0",
"mongodb": "^3.6.3",
"mongodb-cron": "^1.8.0",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"node-cron": "^2.0.3",
"prom-client": "^11.1.2",
"puppeteer": "^17.1.1",
"reflect-metadata": "^0.1.13",
"response-time": "^2.3.2",
"root-require": "^0.3.1",
"typeorm": "^0.2.34"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.23",
"@types/mocha": "^8.2.2",
"@types/mongodb": "^3.6.8",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.12.1",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"jest-sonar-reporter": "^2.0.0",
"npm-run-all": "^4.1.5",
"sinon": "^11.1.1",
"supertest": "^3.4.0",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "3.9.10"
},
"optionalDependencies": {
"dev-dx-typescript-libs": "^1.2.0"
},
"husky": {
"hooks": {
"pre-push": "npm run validate"
}
}
}
Editor is loading...