fxa/packages/fxa-support-panel/package.json

70 строки
2.0 KiB
JSON
Исходник Обычный вид История

{
"name": "fxa-support-panel",
2020-04-17 23:52:53 +03:00
"version": "1.167.1",
"description": "Small app to help customer support access FxA details",
"directories": {
"test": "test"
},
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"lint": "npm-run-all --parallel lint:*",
"lint:tslint": "./node_modules/tslint/bin/tslint -p .",
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
"test": "./node_modules/mocha/bin/mocha -r ts-node/register test/**/*.spec.ts test/**/**/*.spec.ts",
"shrink": "npmshrink && npm run postinstall",
"start": "pm2 start pm2.config.js",
"stop": "pm2 stop pm2.config.js",
"restart": "pm2 restart pm2.config.js"
},
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/mozilla/fxa.git"
},
"engines": {
"node": ">=12"
},
"bugs": "https://github.com/mozilla/fxa/issues/",
"homepage": "https://github.com/mozilla/fxa/",
"license": "MPL-2.0",
"author": "Mozilla (https://mozilla.org/)",
"readmeFilename": "README.md",
"dependencies": {
"@hapi/hapi": "^18.4.1",
"@hapi/scooter": "^5.1.1",
"blankie": "^4.1.1",
"convict": "^5.2.0",
"handlebars": "^4.5.2",
"mozlog": "2.2.0",
"raven": "2.6.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"typesafe-joi": "^2.0.6"
},
"devDependencies": {
"@types/bluebird": "^3.5.28",
"@types/convict": "^4.2.1",
"@types/hapi__hapi": "^18.2.6",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.7",
"@types/request-promise-native": "^1.0.17",
"audit-filter": "^0.5.0",
"chai": "^4.2.0",
"fxa-conventional-changelog": "1.1.0",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"nodemon": "^1.19.4",
"npm-run-all": "^4.1.5",
"npmshrink": "2.0.0",
"pm2": "^4.2.3",
"prettier": "^1.19.1",
"sinon": "^7.5.0",
"ts-node": "^8.4.1",
"ts-sinon": "^1.0.24",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.7.2"
}
}