-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 848 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
{
"name": "autogen-og-image",
"version": "1.0.0",
"description": "",
"main": "./src/gen.js",
"scripts": {
"start": "node ./src/gen.js",
"build": "webpack --mode=production --node-env=production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "1.10.1",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"puppeteer": "22.2.0",
"puppeteer-core": "22.2.0",
"remark-extract-frontmatter": "3.2.0",
"remark-frontmatter": "5.0.0",
"remark-parse": "11.0.0",
"remark-stringify": "11.0.0",
"unified": "11.0.4",
"yaml": "2.3.4"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@babel/preset-env": "7.23.9",
"@webpack-cli/generators": "3.0.7",
"babel-loader": "9.1.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
}
}