@toggle.tiger/toggletiger
Version:
A package to retrieve configuration from blobstore based on org, app, env, and config ID.
63 lines (62 loc) • 1.6 kB
JSON
{
"name": "@toggle.tiger/toggletiger",
"version": "0.2.7",
"description": "A package to retrieve configuration from blobstore based on org, app, env, and config ID.",
"keywords": [
"config",
"blobstore",
"npm-package"
],
"homepage": "https://github.com/ToggleTiger/ToggleTiger#readme",
"bugs": {
"url": "https://github.com/ToggleTiger/ToggleTiger/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToggleTiger/ToggleTiger.git"
},
"license": "MIT",
"author": "ToggleTiger",
"type": "commonjs",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"link": "npm run build && npm link",
"link:watch": "npm link && npm run watch",
"test": "jest",
"biome": "biome check --write",
"biome:checkstaged": "biome check --write --files-ignore-unknown=true --staged"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.13.10",
"@types/react": "^19.0.12",
"axios": "^1.7.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-jest": "^29.2.2",
"typescript": "^5.8.2"
},
"peerDependencies": {
"axios": "^1.8.3",
"react": "^19.0.0"
},
"module": "./dist/index.js"
}