UNPKG

526 BJSONView Raw
1{
2 "name": "autocode",
3 "version": "0.1.5",
4 "description": "代码自动生成器",
5 "main": "main.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/iamweilee/autocode.git"
12 },
13 "keywords": [
14 "autocode"
15 ],
16 "bin": {
17 "autocode": "./bin/autocode-cli"
18 },
19 "author": "SinLi",
20 "license": "(BSD-2-Clause) MIT",
21 "bugs": {
22 "url": "https://github.com/iamweilee/autocode/issues"
23 },
24 "homepage": "https://github.com/iamweilee/autocode"
25}