modularizacao/package.json

15 lines
303 B
JSON
Raw Permalink Normal View History

2024-04-05 01:30:31 +00:00
{
"name": "teste",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Luiz Picolo <luizpicolo@gmail.com>",
"license": "MIT"
}