Files
lifeRestart/packages/condition/package.json
T
2026-08-16 20:06:16 +08:00

15 lines
302 B
JSON

{
"name": "@remake/condition",
"type": "module",
"version": "3.0.0",
"main": "./index.ts",
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"lint": "eslint .",
"test": "bun test"
},
"eslintConfig": {
"extends": "../../package.json"
}
}