-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 897 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 897 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
32
33
34
35
36
37
38
39
40
41
{
"name": "text-trove",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"npx webpack\" \"node db/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/D-Simone/text-trove.git"
},
"keywords": [
"\u0016text",
"templates",
"canned",
"responses",
"helpdesk",
"ticketing",
"productivity"
],
"author": "Manuel De Simone",
"license": "ISC",
"bugs": {
"url": "https://github.com/D-Simone/text-trove/issues"
},
"homepage": "https://github.com/D-Simone/text-trove#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"pg": "^8.11.1",
"toastr": "^2.1.4"
},
"devDependencies": {
"concurrently": "^8.2.0",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}