temporeest
Version:
26 lines (25 loc) • 567 B
JSON
{
"name": "@aphro/feature-gates",
"version": "0.0.1",
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/tantaman/aphrodite.git",
"directory": "packages/feature-gates"
},
"devDependencies": {
"typescript": "^4.8.2"
},
"scripts": {
"clean": "tsc --build --clean",
"build": "tsc --build",
"watch": "tsc --build -w",
"deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true"
},
"jest": {
"testMatch": [
"**/__tests__/**/*.test.js"
]
}
}