forked from petersolopov/carbonara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 906 Bytes
/
package.json
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
{
"name": "carbonara",
"version": "0.0.1",
"description": "api for carbon",
"main": "src/index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "mocha --timeout 10000",
"start": "node src/index.js",
"nodemon": "nodemon -L src/index.js",
"prettier:write": "prettier --write --ignore-path .gitignore .",
"prettier:check": "prettier --check --ignore-path .gitignore ."
},
"keywords": [
"carbon",
"api"
],
"author": "Peter Solopov <peter@solopov.dev>",
"license": "MIT",
"dependencies": {
"chrome-aws-lambda": "^8.0.2",
"formidable": "^2.0.1",
"prettier": "^2.3.2",
"puppeteer-core": "^8.0.0",
"raw-body": "^2.4.1"
},
"devDependencies": {
"form-data": "^4.0.0",
"mocha": "^7.1.2",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.3",
"now": "^19.0.0",
"pixelmatch": "^5.2.0",
"pngjs": "^5.0.0"
}
}