js13k-packer
Version:
Optimally package js13kGames files for upload.
37 lines (36 loc) • 734 B
JSON
{
"name": "js13k-packer",
"version": "1.0.2",
"description": "Optimally package js13kGames files for upload.",
"keywords": [
"js13k",
"packer",
"pack"
],
"author": "Steven Lambert",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "src/index.js",
"bin": {
"js13k-packer": "./cli.js"
},
"files": [
"dist/",
"src/",
"cli.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"dependencies": {
"commander": "^9.3.0",
"esbuild": "^0.14.47",
"glob": "^7.2.3",
"glob-promise": "^4.2.2",
"html-minifier-terser": "^6.1.0",
"jsdom": "^20.0.0",
"roadroller": "^2.1.0"
}
}