Files
2026-08-14 16:42:14 +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"
}
}