mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-18 16:08:05 +00:00
12 lines
186 B
JSON
12 lines
186 B
JSON
|
{
|
||
|
"name": "basic",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"main": "main.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "node --test",
|
||
|
"watch": "node --test --watch"
|
||
|
}
|
||
|
}
|