-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 972 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
{
"name": "scorekeeper",
"version": "1.0.1",
"description": "An automated testing and scoring solution which leverages the power of GitHub Actions",
"main": "index.js",
"scripts": {
"lint": "eslint src --ext js,jsx,mdx --ignore-path .gitignore --fix --cache --report-unused-disable-directives",
"format": "prettier --write \"**/*.{js,md,html,yml}\" --cache",
"prepare": "lefthook install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sliit-foss/service-connector": "1.2.3",
"commander": "11.0.0",
"dotenv": "16.1.3",
"handlebars": "4.7.7",
"nodemailer": "6.9.4"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@sliit-foss/eslint-config-internal": "1.1.4",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"lefthook": "1.4.3",
"prettier": "2.8.8"
}
}