first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "browser-game-plugins",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"test": "vitest run",
|
||||
"validate:manifest": "tsx scripts/validate-manifest.ts examples/dev-game-plugin/manifest.json && tsx scripts/validate-manifest.ts examples/scum-server-plugin/manifest.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": "8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "25.3.3",
|
||||
"tsx": "4.21.0",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "4.0.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user