Skip to content

Commit

Permalink
create api project
Browse files Browse the repository at this point in the history
  • Loading branch information
ӾӾ#9999 committed Feb 26, 2021
1 parent 74923a1 commit a94b40a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "api",
"version": "0.0.0",
"description": "a micro-based https api for accessing node services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtavrse/node.git"
},
"author": "pxydn",
"license": "ISC",
"bugs": {
"url": "https://github.com/mtavrse/node/issues"
},
"homepage": "https://github.com/mtavrse/node#readme"
}

0 comments on commit a94b40a

Please sign in to comment.