-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 830 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 830 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
{
"name": "pdf-libraries",
"version": "2.3.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "node main",
"dev": "nodemon main",
"lint": "eslint .",
"test": "mocha -b -t 30000 test/*/** --exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"debug": "^4.4.3",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"formidable": "^3.5.4",
"fs-extra": "^11.3.1",
"lodash": "^4.17.21",
"uuid": "^9.0.1"
},
"devDependencies": {
"assert": "^2.1.0",
"eslint": "^9.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-formio": "^1.1.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.5.0",
"mocha": "^11.7.2",
"nodemon": "^3.1.4",
"superagent": "^10.1.1"
}
}