{
  "name": "compile5",
  "version": "1.0.1",
  "description": "Webpack for HTML5",
  "main": "./dist/index.js",
  "types": "./dist/d.index.ts",
  "scripts": {
	"prepublish": "npm run build",
	"build": "tsc",
	"test": "npm run build && node dist/tests/test.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^18.11.15",
    "parse5": "^7.1.1"
  }
}
