зеркало из https://github.com/mozilla/fxa.git
69 строки
1.9 KiB
JSON
69 строки
1.9 KiB
JSON
{
|
|
"name": "fxa-support-panel",
|
|
"version": "1.184.0",
|
|
"description": "Small app to help customer support access FxA details",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint *",
|
|
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
|
"test": "mocha -r ts-node/register test/**/*.spec.ts test/**/**/*.spec.ts",
|
|
"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": "^20.0.0",
|
|
"@hapi/joi": "^17.1.1",
|
|
"@hapi/scooter": "^6.0.0",
|
|
"blankie": "^5.0.0",
|
|
"convict": "^6.0.0",
|
|
"convict-format-with-moment": "^6.0.0",
|
|
"convict-format-with-validator": "^6.0.0",
|
|
"handlebars": "^4.7.6",
|
|
"mozlog": "3.0.1",
|
|
"request": "^2.88.2",
|
|
"request-promise-native": "^1.0.9",
|
|
"semver": "^7.3.2",
|
|
"typesafe-joi": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bluebird": "^3.5.32",
|
|
"@types/convict": "^5.2.1",
|
|
"@types/eslint": "7.2.0",
|
|
"@types/hapi__hapi": "^19.0.4",
|
|
"@types/hapi__joi": "17.1.4",
|
|
"@types/mocha": "^8.0.2",
|
|
"@types/node": "^12.12.7",
|
|
"@types/request-promise-native": "^1.0.17",
|
|
"audit-filter": "^0.5.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.6.0",
|
|
"fxa-conventional-changelog": "1.1.0",
|
|
"fxa-shared": "workspace:*",
|
|
"mocha": "^8.1.1",
|
|
"nock": "^13.0.4",
|
|
"pm2": "^4.4.0",
|
|
"prettier": "^2.0.5",
|
|
"sinon": "^9.0.3",
|
|
"ts-node": "^8.10.2",
|
|
"ts-sinon": "^1.2.0",
|
|
"typescript": "3.9.7"
|
|
}
|
|
}
|