13 lines
291 B
JSON
13 lines
291 B
JSON
|
{
|
||
|
"name": "hello-world",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Hello world, example module for embeded messages",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Tanguy Herbron",
|
||
|
"license": "MIT",
|
||
|
"prefix": "!hello"
|
||
|
}
|