16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
||
"name": "prototools",
|
||
"version": "0.0.1",
|
||
"description": "wiki上定义的前后端通信指令,自动生成前端代码",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1",
|
||
"start": "electron ."
|
||
},
|
||
"author": "null",
|
||
"license": "ISC",
|
||
"directories": {
|
||
"test": "test"
|
||
}
|
||
}
|