@dev-team-tool/feature-switches
Version:
Library to access feature-switches from dev-team-tools.com programatically
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "@dev-team-tool/feature-switches",
"version": "1.2.0",
"description": "Library to access feature-switches from dev-team-tools.com programatically",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup",
"test": "jest",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-team-tools/feature-switches-node.git"
},
"keywords": [
"feature-switches",
"dev-team-tools",
"developer"
],
"author": "Harry Winser",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-team-tools/feature-switches-node/issues"
},
"homepage": "https://github.com/dev-team-tools/feature-switches-node#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.5",
"ts-jest": "^29.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"files": [
"dist"
]
}