12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"name": "01",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"type":"module",
|
|
"scripts": {
|
|
"first": "node first.js",
|
|
"second": "node second.js"
|
|
}
|
|
}
|