2019-05-21 00:37:45 +03:00
|
|
|
{
|
|
|
|
"name": "fxa-support-panel",
|
2020-04-17 23:52:53 +03:00
|
|
|
"version": "1.167.1",
|
2019-05-21 00:37:45 +03:00
|
|
|
"description": "Small app to help customer support access FxA details",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-07-17 21:44:40 +03:00
|
|
|
"build": "./node_modules/typescript/bin/tsc",
|
2019-09-07 00:25:27 +03:00
|
|
|
"lint": "npm-run-all --parallel lint:*",
|
|
|
|
"lint:tslint": "./node_modules/tslint/bin/tslint -p .",
|
2019-11-19 22:47:55 +03:00
|
|
|
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
2019-07-17 21:44:40 +03:00
|
|
|
"test": "./node_modules/mocha/bin/mocha -r ts-node/register test/**/*.spec.ts test/**/**/*.spec.ts",
|
2019-05-21 00:37:45 +03:00
|
|
|
"shrink": "npmshrink && npm run postinstall",
|
2020-04-13 02:54:49 +03:00
|
|
|
"start": "pm2 start pm2.config.js",
|
|
|
|
"stop": "pm2 stop pm2.config.js",
|
|
|
|
"restart": "pm2 restart pm2.config.js"
|
2019-05-21 00:37:45 +03:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mozilla/fxa.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
2020-03-03 22:52:33 +03:00
|
|
|
"node": ">=12"
|
2019-05-21 00:37:45 +03:00
|
|
|
},
|
|
|
|
"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": {
|
2020-02-18 23:38:56 +03:00
|
|
|
"@hapi/hapi": "^18.4.1",
|
2019-11-11 22:41:47 +03:00
|
|
|
"@hapi/scooter": "^5.1.1",
|
2019-08-10 00:50:01 +03:00
|
|
|
"blankie": "^4.1.1",
|
2019-11-11 22:41:47 +03:00
|
|
|
"convict": "^5.2.0",
|
2019-11-18 21:46:58 +03:00
|
|
|
"handlebars": "^4.5.2",
|
2019-05-21 00:37:45 +03:00
|
|
|
"mozlog": "2.2.0",
|
2019-08-03 03:23:55 +03:00
|
|
|
"raven": "2.6.4",
|
2019-07-17 21:44:40 +03:00
|
|
|
"request": "^2.88.0",
|
2019-11-11 22:41:47 +03:00
|
|
|
"request-promise-native": "^1.0.8",
|
2019-07-17 21:44:40 +03:00
|
|
|
"typesafe-joi": "^2.0.6"
|
2019-05-21 00:37:45 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-11 22:41:47 +03:00
|
|
|
"@types/bluebird": "^3.5.28",
|
2019-07-17 21:44:40 +03:00
|
|
|
"@types/convict": "^4.2.1",
|
2019-11-11 22:41:47 +03:00
|
|
|
"@types/hapi__hapi": "^18.2.6",
|
2019-07-17 21:44:40 +03:00
|
|
|
"@types/mocha": "^5.2.7",
|
2019-11-11 22:41:47 +03:00
|
|
|
"@types/node": "^12.12.7",
|
|
|
|
"@types/request-promise-native": "^1.0.17",
|
2019-09-07 00:25:27 +03:00
|
|
|
"audit-filter": "^0.5.0",
|
2019-07-17 21:44:40 +03:00
|
|
|
"chai": "^4.2.0",
|
2019-05-21 00:37:45 +03:00
|
|
|
"fxa-conventional-changelog": "1.1.0",
|
2019-11-11 22:41:47 +03:00
|
|
|
"mocha": "^6.2.2",
|
|
|
|
"nock": "^11.7.0",
|
|
|
|
"nodemon": "^1.19.4",
|
2019-09-07 00:25:27 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
2019-07-17 21:44:40 +03:00
|
|
|
"npmshrink": "2.0.0",
|
2020-04-13 02:54:49 +03:00
|
|
|
"pm2": "^4.2.3",
|
2019-11-11 22:41:47 +03:00
|
|
|
"prettier": "^1.19.1",
|
|
|
|
"sinon": "^7.5.0",
|
|
|
|
"ts-node": "^8.4.1",
|
|
|
|
"ts-sinon": "^1.0.24",
|
|
|
|
"tslint": "^5.20.1",
|
2019-07-17 21:44:40 +03:00
|
|
|
"tslint-config-prettier": "^1.18.0",
|
|
|
|
"tslint-plugin-prettier": "^2.0.1",
|
2019-11-11 22:41:47 +03:00
|
|
|
"typescript": "^3.7.2"
|
2019-05-21 00:37:45 +03:00
|
|
|
}
|
|
|
|
}
|