зеркало из https://github.com/mozilla/fxa.git
46 строки
1.3 KiB
JSON
46 строки
1.3 KiB
JSON
{
|
|
"name": "fxa-auth-client",
|
|
"version": "1.185.1",
|
|
"description": "",
|
|
"main": "dist/server/server.js",
|
|
"exports": {
|
|
".": "./dist/server/server.js",
|
|
"./browser": "./dist/browser/browser.js",
|
|
"./lib/": "./lib/"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "(tsc --build tsconfig.browser.json && tsc --build) || true",
|
|
"build": "tsc --build tsconfig.browser.json && tsc --build",
|
|
"compile": "yarn build",
|
|
"test": "mocha -r esbuild-register test/*",
|
|
"test:unit": "MOCHA_FILE=../../artifacts/tests/$npm_package_name/mocha-unit.xml mocha -r esbuild-register test/*",
|
|
"test:integration": "echo No integration tests present for $npm_package_name"
|
|
},
|
|
"author": "",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@peculiar/webcrypto": "^1.4.0",
|
|
"abab": "^2.0.6",
|
|
"abort-controller": "^3.0.0",
|
|
"node-fetch": "^2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/assert": "^1.5.4",
|
|
"@types/fast-text-encoding": "^1",
|
|
"@types/mocha": "^8",
|
|
"@types/node": "^16.11.3",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"asmcrypto.js": "^0.22.0",
|
|
"esbuild": "^0.14.2",
|
|
"esbuild-register": "^3.2.0",
|
|
"fast-text-encoding": "^1.0.4",
|
|
"mocha": "^10.0.0",
|
|
"typescript": "^4.9.3",
|
|
"webcrypto-liner": "^1.4.0"
|
|
},
|
|
"mocha": {
|
|
"reporter": "mocha-multi",
|
|
"reporterOptions": "spec=-,mocha-junit-reporter=-"
|
|
}
|
|
}
|