update
Showing
This diff is collapsed.
{ | { | ||
"name": "mytoken-contract-api", | "name": "demo", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "nodejs 代码。 功能:用于合约数据业务层接口。", | "description": "", | ||
"main": "index.ts", | "main": "index.ts", | ||
"scripts": { | "scripts": { | ||
"build": "rm -rf build && mkdir -p build && tsc", | "build": "rm -rf build && mkdir -p build && tsc", | ||
... | @@ -9,10 +9,6 @@ | ... | @@ -9,10 +9,6 @@ |
"ts:start:api": "ts-node index.ts", | "ts:start:api": "ts-node index.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | |||
"type": "git", | |||
"url": "ssh://git@gitlab.mytoken.org:10022/debin/mytoken-contract-api.git" | |||
}, | |||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -41,7 +37,7 @@ | ... | @@ -41,7 +37,7 @@ |
"typescript": "^5.4.3" | "typescript": "^5.4.3" | ||
}, | }, | ||
"dependencies": { | "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", | "@broker/nodejs_dao_next": "1.10.0", | ||
"@types/errorhandler": "^1.5.3", | "@types/errorhandler": "^1.5.3", | ||
"@types/express": "^4.17.21", | "@types/express": "^4.17.21", | ||
... | ... |
Please
register
or
sign in
to comment