add develop.md

This commit is contained in:
CaiHQ
2023-03-15 10:06:49 +08:00
parent 3ee7b5bfc7
commit 08da9c63f0
3 changed files with 33 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@bdware/bdcontract-sdk",
"version": "0.3.0-alpha.14",
"version": "0.3.0-alpha.15",
"description": "BDContract SDK for Node.js and browsers",
"license": "MIT",
"keywords": [
@@ -47,5 +47,14 @@
"shx": "^0.3.4",
"sucrase": "^3.25.0",
"typescript": "^4.8.2"
}
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git@gitea.internetapi.cn:bdware/bdcontract-sdk-javascript.git"
},
"author": "caihq@pku.edu.cn"
}