pm2/examples/esm/package.json
2021-06-01 09:45:34 +02:00

13 lines
220 B
JSON

{
"name": "esm",
"version": "1.0.0",
"description": "",
"main": "addTwo.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}