14 lines
331 B
JSON
14 lines
331 B
JSON
|
|
{
|
||
|
|
"name": "@evolv/wiki-gen",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Generate the AUTOGEN sections of nodes/<n>/wiki/Reference-Contracts.md from commands/index.js",
|
||
|
|
"bin": {
|
||
|
|
"evolv-wiki-gen": "bin/wiki-gen.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "node --test test/*.test.js"
|
||
|
|
},
|
||
|
|
"license": "UNLICENSED"
|
||
|
|
}
|