base2020/package.json

18 lines
359 B
JSON

{
"name": "ld43",
"version": "2.0.0",
"description": "Sacrifices must be made",
"private": true,
"scripts": {
"build": "webpack",
"buildProduction": "webpack --mode=production"
},
"author": "Tangent 128",
"license": "ISC",
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.23.7",
"typescript": "^3.7.3"
}
}