20 lines
464 B
JSON
20 lines
464 B
JSON
|
{
|
||
|
"name": "@conduitry/defiler",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A small, strange building block",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Conduitry/defiler.git"
|
||
|
},
|
||
|
"author": "Conduitry",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Conduitry/defiler/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/Conduitry/defiler#readme"
|
||
|
}
|