nodejs-hands-on/templates/promise/package.json
2023-12-19 16:50:59 +09:00

11 lines
188 B
JSON

{
"name": "promise",
"version": "1.0.0",
"private": true,
"main": "main.js",
"type": "module",
"scripts": {
"test": "node --test",
"watch": "node --test --watch"
}
}