-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
46
47
48
49
50
51
{
"name": "optic-release-automation-app",
"version": "0.4.27",
"description": "",
"exports": "./index.js",
"type": "module",
"node": ">=20",
"scripts": {
"start": "node .",
"dev": "nodemon . | pino-pretty",
"test": "node --test",
"lint": "eslint"
},
"keywords": [
"optic",
"release",
"automation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/salmanm/optic-release-automation-app.git"
},
"author": {
"name": "Salman Mitha",
"email": "salman.mitha@nearform.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/salmanm/optic-release-automation-app/issues"
},
"homepage": "https://github.com/salmanm/optic-release-automation-app#readme",
"dependencies": {
"@octokit/rest": "^21.1.1",
"env-schema": "^6.0.1",
"fastify": "^5.2.1",
"fastify-plugin": "^5.0.1",
"fluent-json-schema": "^5.0.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"nodemon": "^3.1.9",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.2",
"sinon": "^19.0.2",
"tap": "^15.1.2"
}
}