Files
firefox-accounts-mirror/libs/shared/experiments/package.json
Reino Muhl da61ea678e feat(next): add experiments to payments-next
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
2025-11-06 10:31:03 -05:00

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": {}
}