webring/package.json

13 lines
198 B
JSON
Raw Normal View History

2023-07-01 15:37:34 -04:00
{
"name": "webring-shit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-07-01 15:48:07 -04:00
"start": "node index.mjs"
2023-07-01 15:37:34 -04:00
},
"keywords": [],
"author": "",
2023-09-05 21:40:09 -04:00
"license": "ISC"
2023-07-01 15:37:34 -04:00
}