2019-05-21 00:37:45 +03:00
|
|
|
{
|
|
|
|
"name": "fxa-support-panel",
|
2020-08-13 20:41:06 +03:00
|
|
|
"version": "1.184.0",
|
2019-05-21 00:37:45 +03:00
|
|
|
"description": "Small app to help customer support access FxA details",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-05-15 03:48:39 +03:00
|
|
|
"build": "tsc",
|
|
|
|
"lint": "eslint *",
|
2019-11-19 22:47:55 +03:00
|
|
|
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
2020-05-15 03:48:39 +03:00
|
|
|
"test": "mocha -r ts-node/register test/**/*.spec.ts test/**/**/*.spec.ts",
|
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-08-14 18:57:02 +03:00
|
|
|
"@hapi/hapi": "^20.0.0",
|
|
|
|
"@hapi/joi": "^17.1.1",
|
2020-04-23 19:43:50 +03:00
|
|
|
"@hapi/scooter": "^6.0.0",
|
2020-08-14 18:57:02 +03:00
|
|
|
"blankie": "^5.0.0",
|
2020-06-16 23:19:39 +03:00
|
|
|
"convict": "^6.0.0",
|
|
|
|
"convict-format-with-moment": "^6.0.0",
|
|
|
|
"convict-format-with-validator": "^6.0.0",
|
2020-08-14 18:57:02 +03:00
|
|
|
"handlebars": "^4.7.6",
|
|
|
|
"mozlog": "3.0.1",
|
2020-06-16 23:19:39 +03:00
|
|
|
"request": "^2.88.2",
|
2020-08-14 18:57:02 +03:00
|
|
|
"request-promise-native": "^1.0.9",
|
|
|
|
"semver": "^7.3.2",
|
|
|
|
"typesafe-joi": "^2.1.0"
|
2019-05-21 00:37:45 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-14 18:57:02 +03:00
|
|
|
"@types/bluebird": "^3.5.32",
|
2020-06-16 23:19:39 +03:00
|
|
|
"@types/convict": "^5.2.1",
|
2020-08-14 18:57:02 +03:00
|
|
|
"@types/eslint": "7.2.0",
|
|
|
|
"@types/hapi__hapi": "^19.0.4",
|
|
|
|
"@types/hapi__joi": "17.1.4",
|
|
|
|
"@types/mocha": "^8.0.2",
|
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",
|
2020-08-14 18:57:02 +03:00
|
|
|
"eslint": "^7.6.0",
|
2019-05-21 00:37:45 +03:00
|
|
|
"fxa-conventional-changelog": "1.1.0",
|
2020-05-15 03:48:39 +03:00
|
|
|
"fxa-shared": "workspace:*",
|
2020-08-14 18:57:02 +03:00
|
|
|
"mocha": "^8.1.1",
|
|
|
|
"nock": "^13.0.4",
|
2020-05-15 03:48:39 +03:00
|
|
|
"pm2": "^4.4.0",
|
|
|
|
"prettier": "^2.0.5",
|
2020-08-14 18:57:02 +03:00
|
|
|
"sinon": "^9.0.3",
|
|
|
|
"ts-node": "^8.10.2",
|
2020-05-26 20:33:10 +03:00
|
|
|
"ts-sinon": "^1.2.0",
|
2020-08-14 18:57:02 +03:00
|
|
|
"typescript": "3.9.7"
|
2019-05-21 00:37:45 +03:00
|
|
|
}
|
|
|
|
}
|