mirror of
https://github.com/Meituan-Dianping/Logan.git
synced 2025-12-08 19:25:57 +00:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"name": "logan-node-example",
|
|
"version": "1.0.0",
|
|
"main": "app.ts",
|
|
"author": "westinchen",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/ts-node ./app.ts"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "^4.0.0",
|
|
"express": "~4.16.1",
|
|
"js-encrypt": "^2.3.4",
|
|
"morgan": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^3.1.45",
|
|
"@types/express": "^4.17.6",
|
|
"@types/morgan": "^1.9.0",
|
|
"@types/node": "^13.13.5",
|
|
"ts-node": "^8.10.1",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|