-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 874 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
{
"name": "bth012-a1-part-a",
"version": "1.0.0",
"description": "The project template to use for BTH012 Assignment 1 part A",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pobengtsson/bth012-a1-part-a.git"
},
"keywords": [
"bth012"
],
"author": "Per-Olof Bengtsson",
"license": "ISC",
"bugs": {
"url": "https://github.com/pobengtsson/bth012-a1-part-a/issues"
},
"homepage": "https://github.com/pobengtsson/bth012-a1-part-a#readme",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vitest": "^0.4.1",
"vitest": "^2.1.3"
}
}