{
  "name": "ld43",
  "version": "2.0.0",
  "description": "Sacrifices must be made",
  "private": true,
  "scripts": {
    "build": "parcel build src/index.html",
    "clean": "rimraf .cache dist",
    "live": "parcel src/index.html",
    "tsc:check": "tsc --noEmit"
  },
  "author": "Tangent 128",
  "license": "ISC",
  "devDependencies": {
    "parcel-bundler": "^1.12.4",
    "rimraf": "^3.0.0",
    "sass": "^1.23.7",
    "typescript": "^3.7.3"
  }
}