-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 840 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@elijahjcobb/subscribe-to-backend",
"scripts": {
"compile": "npm run clean && /usr/local/bin/tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prod": "npm run compile && /usr/bin/node dist/index.js"
},
"dependencies": {
"@elijahjcobb/collections": "latest",
"@elijahjcobb/encryption": "0.0.7",
"@elijahjcobb/error": "latest",
"@elijahjcobb/geo": "latest",
"@elijahjcobb/maria": "^0.1.1",
"@elijahjcobb/prototypes": "latest",
"@elijahjcobb/request": "latest",
"@elijahjcobb/server": "^0.1.5",
"@elijahjcobb/sql-cmd": "^0.2.1",
"express": "latest",
"otplib": "latest",
"typit": "latest"
},
"devDependencies": {
"@types/express": "latest",
"@types/jest": "latest",
"@types/node": "^12.6.3",
"@types/otplib": "latest",
"jest": "latest",
"tslint": "latest",
"typescript": "^3.5.3"
}
}