rssssing/package.json
2024-02-07 19:15:12 -07:00

17 lines
283 B
JSON

{
"name": "rssssing",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"setup": "mkdir out && cp -r default/* ."
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^22.1.0"
},
"type": "module"
}