mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
12 lines
240 B
JSON
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"
|
|
}
|
|
}
|