Initial commit: RPG game project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "chronicles-of-eydon",
|
||||
"version": "1.0.0",
|
||||
"description": "Хроники Эйдона — изометрическая RPG на HTML5 Canvas",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "serve . -p 8080 --no-clipboard",
|
||||
"dev": "live-server --port=8080 --open=index.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"live-server": "^1.2.2",
|
||||
"serve": "^14.2.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user