nodejs-hands-on/templates/template/package.json

12 lines
189 B
JSON
Raw Permalink Normal View History

2023-12-19 16:50:59 +09:00
{
"name": "template",
"version": "1.0.0",
"private": true,
"main": "main.js",
"type": "module",
"scripts": {
"test": "node --test",
"watch": "node --test --watch"
}
}