calpine-node/examples/sayhello/package.json

12 lines
239 B
JSON
Raw Normal View History

2021-03-29 15:01:53 +07:00
{
"name": "sayhello",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "MIT"
}