mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
35 lines
965 B
JSON
35 lines
965 B
JSON
{
|
|
"name": "ifplayer",
|
|
"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": {
|
|
"eslint": "^7.20.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-config-standard-preact": "^1.1.6",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"parcel-bundler": "^1.12.4",
|
|
"parcel-plugin-static-files-copy": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/open-sans": "^4.2.1",
|
|
"cheap-glkote": "^0.2.5",
|
|
"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"
|
|
}
|
|
}
|