polycule/package.json
2024-11-15 15:50:59 -05:00

19 lines
353 B
JSON

{
"name": "polycule",
"version": "1.0.0",
"type": "module",
"main": "index.html",
"scripts": {
"style": "npx prettier index.html -w"
},
"repository": {
"type": "git",
"url": "https://git.blorp.dev/zo/polycule"
},
"author": "zoe.gauthier@blorp.dev",
"license": "MIT",
"devDependencies": {
"prettier": "^3.3.3"
}
}