-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
{
"name": "docs-assertion-tester",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc && ncc build dist/index.js -o dist",
"watch": "tsc -w & nodemon --no-deprecation dist/index.js",
"test": "jest --watchAll --verbose --silent",
"test-loud": "jest --watchAll --verbose",
"start": "node --no-deprecation dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20.10.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.4.0",
"@types/jest": "^29.5.11",
"@vercel/ncc": "^0.38.1",
"babel-jest": "^29.7.0",
"dotenv": "^16.3.1",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"openai": "^4.24.1"
}
}