1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00
zipline/package.json

37 lines
861 B
JSON
Raw Permalink Normal View History

2020-04-21 21:28:33 -07:00
{
"name": "typex",
2020-10-08 17:36:34 -07:00
"version": "1.2.0",
2020-05-17 07:45:21 -07:00
"scripts": {
2020-08-11 08:25:40 -07:00
"build": "tsc -p .",
2020-05-17 07:45:21 -07:00
"start": "node out/src"
},
2020-04-21 21:28:33 -07:00
"dependencies": {
"@ayanaware/logger": "^2.2.1",
"@overnightjs/core": "^1.6.15",
2020-05-13 16:16:24 -07:00
"@types/bcrypt": "^3.0.0",
2020-09-29 18:52:30 +02:00
"@types/centra": "^2.2.0",
2020-04-23 09:43:20 -07:00
"@types/cookie-parser": "^1.4.2",
2020-04-21 21:28:33 -07:00
"@types/express-session": "^1.17.0",
"@types/mime": "^2.0.1",
"@types/multer": "^1.4.3",
"@types/semver": "^7.3.1",
"bcrypt": "^5.0.0",
2020-09-29 18:52:30 +02:00
"centra": "^2.4.2",
2020-04-23 09:43:20 -07:00
"cookie-parser": "^1.4.5",
2020-04-21 21:28:33 -07:00
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http-status-codes": "^1.4.0",
"mime": "^2.4.4",
"multer": "^1.4.2",
"semver": "^7.3.2",
2020-06-27 14:20:30 -07:00
"spectre.css": "^0.5.8",
2020-04-21 21:28:33 -07:00
"typeorm": "^0.2.24"
2020-04-25 08:18:35 -07:00
},
"devDependencies": {
2020-05-30 08:53:18 -07:00
"mongodb": "^3.5.8",
2020-10-05 14:50:32 -07:00
"pg": "^8.0.3",
"prettier": "2.1.2"
2020-04-21 21:28:33 -07:00
}
2020-09-17 16:09:20 +00:00
}