mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
Because: - Need to enable experiments in payments-next by adding support for nimbus. This commit: - Initializes the experiments shared library - Updates subplat backend glean metrics with nimbus_user_id - Adds Nimbus client Closes #PAY-3248
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"name": "@fxa/shared/experiments",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "./index.cjs",
|
|
"types": "./index.d.ts",
|
|
"dependencies": {}
|
|
}
|