Skip to content

Commit e53515d

Browse files
authored
Create package.json
1 parent 4dc8bbf commit e53515d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"private": true,
3+
"engines": {
4+
"node": "12.x"
5+
},
6+
"scripts": {
7+
"build": "tsc -p api/tsconfig.json"
8+
},
9+
"dependencies": {
10+
"chrome-aws-lambda": "2.1.1",
11+
"puppeteer-core": "2.1.1"
12+
},
13+
"devDependencies": {
14+
"@types/puppeteer": "2.0.1",
15+
"@types/puppeteer-core": "2.0.0",
16+
"typescript": "3.8.3"
17+
}
18+
}

0 commit comments

Comments
 (0)