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

12 lines
240 B
JSON

{
"name": "@remake/vitex",
"type": "module",
"version": "3.0.0",
"main": "./index.ts",
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"lint": "bunx --bun eslint .",
"test": "bun test"
}
}