mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
29 lines
740 B
JSON
29 lines
740 B
JSON
{
|
|
"name": "elseifplayer",
|
|
"version": "0.1.0",
|
|
"description": "Play interactive fiction games in your browser",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "parcel index.html",
|
|
"build": "parcel build index.html --out-dir docs --public-url",
|
|
"lint": "eslint --fix src"
|
|
},
|
|
"author": "He4eT",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.8.1",
|
|
"parcel-plugin-static-files-copy": "^2.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/open-sans": "^5.0.0",
|
|
"cheap-glkote": "^0.4.0",
|
|
"emglken": "^0.3.3",
|
|
"lz-string": "^1.4.4",
|
|
"preact": "^10.5.12",
|
|
"wouter-preact": "^2.7.3"
|
|
},
|
|
"staticFiles": {
|
|
"staticPath": "node_modules/emglken/build",
|
|
"excludeGlob": "*.js"
|
|
}
|
|
}
|