webring/package.json
2023-09-05 21:42:15 -04:00

17 lines
277 B
JSON

{
"name": "webring-shit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.mjs",
"fmt": "dprint fmt"
},
"keywords": [],
"author": "",
"license": "WTFPL",
"devDependencies": {
"dprint": "^0.40.2"
}
}