-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "www.christian-schwanse.com",
"version": "1.0.0",
"description": "Portfolio website where I present myself, skills, work experience and projects. Only vanilla HTML, CSS and JS used.",
"main": "main.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christian-schw/www.christian-schwanse.com.git"
},
"keywords": [
"javascript",
"css",
"html",
"sap",
"abap",
"portfolio-website",
"webdevelopment",
"sapdev"
],
"author": "Christian Schwanse",
"license": "ISC",
"bugs": {
"url": "https://github.com/christian-schw/www.christian-schwanse.com/issues"
},
"homepage": "https://github.com/christian-schw/www.christian-schwanse.com#readme",
"devDependencies": {
"@eslint/js": "^9.11.1",
"eslint": "^9.11.1",
"eslint-config-eslint": "^11.0.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}