1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(packages/platform): init new package

This commit is contained in:
2024-07-20 05:38:57 +07:00
parent 4d52909804
commit e243d55428
13 changed files with 2045 additions and 1547 deletions

View File

@@ -15,18 +15,18 @@
"type": "git",
"url": "git+https://github.com/robonen/tools.git"
},
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=20.13.1"
},
"type": "module",
"devDependencies": {
"@types/node": "^20.12.13",
"@types/node": "^20.14.8",
"citty": "^0.1.6",
"jiti": "^1.21.0",
"jiti": "^1.21.6",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"vitepress": "^1.2.2"
"vitepress": "^1.2.3"
},
"scripts": {
"all:test": "pnpm -r test",