10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"name": "hello-world",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|
|
|