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