@sheeptester/htmlifier
Version:
Packages a Scratch project in an HTML file with no optimisations.
22 lines (21 loc) • 430 B
JSON
{
"name": "@sheeptester/htmlifier",
"version": "1.0.3",
"description": "Packages a Scratch project in an HTML file with no optimisations.",
"type": "module",
"main": "index.min.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"htmlifier",
"scratch",
"sb3"
],
"author": "SheepTester",
"license": "MIT",
"dependencies": {
"fetch-blob": "^3.1.2",
"node-fetch": "^2.6.1"
}
}