Skip to content

Commit

Permalink
初始化 package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iTonyYo committed Jun 26, 2019
0 parents commit cbb9cbc
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "setgit",
"description": "配置 Git。",
"scripts": {},
"engines": {
"node": ">=10.13.0"
},
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iTonyYo/setgit.git"
},
"keywords": [
"git",
"setgit",
"cli",
"脚手架",
"scaffold",
"工具",
"tool",
"oopsunome"
],
"author": {
"name": "iyowei",
"email": "swzyocowboy@icloud.com",
"url": "https://github.com/iTonyYo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/iTonyYo/setgit/issues"
},
"homepage": "https://github.com/iTonyYo/setgit#readme",
"publishConfig": {
"access": "public"
}
}

0 comments on commit cbb9cbc

Please sign in to comment.