24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"name": "console-wrapper",
|
|
"version": "1.1.0",
|
|
"description": "よくあるconsoleのラッパー",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/honeo/console-wrapper.git"
|
|
},
|
|
"keywords": [
|
|
"console",
|
|
"wrapper"
|
|
],
|
|
"author": "honeo",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/honeo/console-wrapper/issues"
|
|
},
|
|
"homepage": "https://github.com/honeo/console-wrapper#readme"
|
|
}
|