init
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
docs/img.png
0 → 100644
41 KB
docs/img2.png
0 → 100644
20.1 KB
index.ts
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "mytoken-contract-api", | ||
"version": "1.0.0", | ||
"description": "nodejs 代码。 功能:用于合约数据业务层接口。", | ||
"main": "index.ts", | ||
"scripts": { | ||
"build": "rm -rf build && tsc", | ||
"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": { | ||
"@istanbuljs/nyc-config-typescript": "1.0.2", | ||
"@types/async": "3.2.24", | ||
"@types/body-parser": "1.19.5", | ||
"@types/cors": "2.8.17", | ||
"@types/get-port": "4.2.0", | ||
"@types/mongodb": "4.0.7", | ||
"@types/node": "^20.11.30", | ||
"@types/reflect-metadata": "0.1.0", | ||
"@types/sequelize": "^4.28.20", | ||
"@types/url-join": "4.0.3", | ||
"@typescript-eslint/eslint-plugin": "7.4.0", | ||
"@typescript-eslint/experimental-utils": "5.62.0", | ||
"@typescript-eslint/parser": "7.4.0", | ||
"eslint": "8.57.0", | ||
"eslint-formatter-autolinkable-stylish": "1.3.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-no-null": "1.0.2", | ||
"nyc": "15.1.0", | ||
"source-map-support": "0.5.21", | ||
"ts-node": "10.9.2", | ||
"typedoc": "0.25.12", | ||
"typedoc-plugin-markdown": "3.17.1", | ||
"typescript": "^5.4.3" | ||
}, | ||
"dependencies": { | ||
"@broker/nodejs_common": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-common.git", | ||
"@broker/nodejs_dao": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-dao.git", | ||
"@broker/nodejs_dao_next": "1.0.3", | ||
"@types/errorhandler": "^1.5.3", | ||
"@types/express": "^4.17.21", | ||
"@types/morgan": "^1.9.9", | ||
"axios": "1.7.2", | ||
"errorhandler": "^1.5.1", | ||
"express": "^4.18.2", | ||
"glob": "10.3.10", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.30.1", | ||
"morgan": "^1.10.0", | ||
"mysql2": "^1.7.0", | ||
"node-schedule": "^2.1.1", | ||
"rate-limiter-flexible": "^5.0.3", | ||
"reflect-metadata": "0.2.2", | ||
"sequelize": "^4.44.4", | ||
"tunnel": "^0.0.6", | ||
"uuid": "9.0.1" | ||
} | ||
} |
src/config/index.ts
0 → 100644
src/config/log4js.json
0 → 100644
src/router/v1/index.ts
0 → 100644
test-js-index.js
0 → 100644
tsconfig.json
0 → 100644