temp-aoc-2023/one/package.json

13 lines
217 B
JSON
Raw Permalink Normal View History

2023-12-03 12:59:27 +00:00
{
"name": "one",
"version": "1.0.0",
"description": "",
"main": "one.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type": "module"
}