17 lines
528 B
JSON
17 lines
528 B
JSON
{
|
|
"name": "tic-tac-toe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npm run build && node dist/run.js",
|
|
"build": "vite build",
|
|
"build:prod": "vite build --outDir=/dist --minify=true --sourcemap=false",
|
|
"REMOVEME-build:openapi": "VITE_ENTRYPOINT=src/openapi.ts vite build && node dist/openapi.cjs >openapi.json",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.24.0"
|
|
}
|