Add parcel

This commit is contained in:
He4eT 2021-02-18 23:22:17 +05:00
commit dd4ce350a8
4 changed files with 6857 additions and 2 deletions

View file

@ -4,8 +4,12 @@
"description": "Play interactive fiction games in your browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"author": "He4eT",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}