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