зеркало из https://github.com/mozilla/fxa.git
47 строки
1.2 KiB
JSON
47 строки
1.2 KiB
JSON
{
|
|
"name": "fxa-email-event-proxy",
|
|
"version": "1.223.2",
|
|
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && mocha --ui tdd --recursive tests/",
|
|
"build": "zip -q --recurse-paths -y fxa-email-event-proxy *.js *.json node_modules",
|
|
"format": "prettier --write --config ../../_dev/.prettierrc '**'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/fxa.git"
|
|
},
|
|
"keywords": [
|
|
"fxa",
|
|
"sendgrid",
|
|
"email",
|
|
"events",
|
|
"proxy"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/fxa/issues"
|
|
},
|
|
"homepage": "https://github.com/mozilla/fxa/tree/main/packages/fxa-email-event-proxy#readme",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1048.0",
|
|
"bluebird": "^3.7.2",
|
|
"qs": "^6.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"audit-filter": "^0.5.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-fxa": "^2.0.2",
|
|
"fxa-shared": "workspace:*",
|
|
"mocha": "^9.1.2",
|
|
"prettier": "^2.3.1",
|
|
"proxyquire": "^2.1.3",
|
|
"sinon": "^9.0.3"
|
|
}
|
|
}
|