fxa/packages/fxa-basket-proxy/package.json

55 строки
1.5 KiB
JSON

{
"name": "fxa-basket-proxy",
"version": "1.134.0",
"description": "Firefox Accounts Basket Proxy Server",
"scripts": {
"start": "NODE_ENV=development node bin/basket-proxy-server.js",
"lint:deps": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
"test": "NODE_ENV=test ./scripts/test-local.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-basket-proxy"
},
"homepage": "https://github.com/mozilla/fxa-basket-proxy",
"bugs": "https://github.com/mozilla/fxa-baset-proxy/issues",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"dependencies": {
"aws-sdk": "2.343.0",
"bluebird": "3.4.6",
"body-parser": "1.18.2",
"convict": "4.0.2",
"cors": "2.8.1",
"express": "4.16.2",
"grunt": "1.0.4",
"grunt-cli": "1.2.0",
"grunt-rev": "0.1.0",
"load-grunt-tasks": "3.5.2",
"mozlog": "2.2.0",
"on-finished": "2.3.0",
"request": "2.88.0",
"time-grunt": "1.4.0"
},
"devDependencies": {
"audit-filter": "0.3.0",
"eslint-plugin-fxa": "1.0.0",
"fxa-conventional-changelog": "1.1.0",
"grunt-bump": "0.8.0",
"grunt-conventional-changelog": "6.1.0",
"grunt-copyright": "0.3.0",
"grunt-eslint": "18.0.0",
"grunt-todo": "0.5.0",
"mocha": "5.2.0",
"moment": "2.22.2",
"nock": "8.0.0",
"npmshrink": "1.0.1",
"nyc": "13.1.0",
"supertest": "3.3.0"
},
"engines": {
"node": ">=8"
},
"readmeFilename": "README.md"
}