1
0
mirror of synced 2025-12-27 15:37:57 +08:00

auto commit

This commit is contained in:
yitter
2021-08-31 11:52:53 +08:00
parent 2308932d25
commit c669af4cbe
8 changed files with 37 additions and 37 deletions

22
JavaScript/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "cherry-id",
"version": "0.0.3",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bubao/cherry-id-js.git"
},
"author": "bubao",
"license": "MIT",
"bugs": {
"url": "https://github.com/bubao/cherry-id-js/issues"
},
"homepage": "https://github.com/bubao/cherry-id-js#readme",
"description": ""
}