зеркало из https://github.com/mozilla/fxa.git
62 строки
1.5 KiB
JSON
62 строки
1.5 KiB
JSON
{
|
|
"name": "fxa",
|
|
"version": "2.0.0",
|
|
"description": "Firefox Accounts monorepo",
|
|
"scripts": {
|
|
"authors": "git shortlog -s | cut -c8- | sort -f > AUTHORS",
|
|
"postinstall": "_scripts/postinstall.sh",
|
|
"update": "./pm2 kill && _scripts/update_all.sh",
|
|
"start": "fxa-dev-launcher",
|
|
"start-android": "node _scripts/start-android.js",
|
|
"test": "lerna run test",
|
|
"config-fxios": "node _scripts/config-fxios.js"
|
|
},
|
|
"homepage": "https://github.com/mozilla/fxa",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/fxa/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/fxa"
|
|
},
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"adr-log": "^2.1.1",
|
|
"chalk": "1.1.1",
|
|
"diffparser": "^2.0.1",
|
|
"fxa-dev-launcher": "vladikoff/fxa-dev-launcher",
|
|
"internal-ip": "1.2.0",
|
|
"lerna": "^3.13.1",
|
|
"madr": "^2.1.2",
|
|
"node-fetch": "^2.3.0",
|
|
"pm2": "^3.4.1",
|
|
"replace-in-file": "0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6.4.1"
|
|
},
|
|
"fxa": {
|
|
"moduleDependencies": {
|
|
"fxa-content-server": [
|
|
"fxa-auth-server",
|
|
"fxa-js-client",
|
|
"fxa-shared",
|
|
"fxa-profile-server",
|
|
"fxa-oauth-server"
|
|
],
|
|
"fxa-auth-server": [
|
|
"fxa-auth-db-mysql",
|
|
"fxa-shared"
|
|
],
|
|
"fxa-js-client": [
|
|
"fxa-auth-server"
|
|
],
|
|
"fxa-profile-server": [
|
|
"fxa-auth-server"
|
|
]
|
|
}
|
|
}
|
|
}
|