update
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "mytoken-contract-api", | ||
| "name": "demo", | ||
| "version": "1.0.0", | ||
| "description": "nodejs 代码。 功能:用于合约数据业务层接口。", | ||
| "description": "", | ||
| "main": "index.ts", | ||
| "scripts": { | ||
| "build": "rm -rf build && mkdir -p build && tsc", | ||
| ... | ... | @@ -9,10 +9,6 @@ |
| "ts:start:api": "ts-node index.ts", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "ssh://git@gitlab.mytoken.org:10022/debin/mytoken-contract-api.git" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| ... | ... | @@ -41,7 +37,7 @@ |
| "typescript": "^5.4.3" | ||
| }, | ||
| "dependencies": { | ||
| "@broker/nodejs_common": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-common.git", | ||
| "@ex/nodejs_common": "git+ssh://git@bitbucket.org:biiigle/ex-js-common.git#master", | ||
| "@broker/nodejs_dao_next": "1.10.0", | ||
| "@types/errorhandler": "^1.5.3", | ||
| "@types/express": "^4.17.21", | ||
| ... | ... |
Please
register
or
sign in
to comment