polycule/package.json

19 lines
353 B
JSON
Raw Normal View History

{
"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"
}
}