-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 744 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 744 Bytes
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
{
"name": "codestain",
"version": "0.0.0",
"description": "A static code highlighting tool.",
"main": "index.js",
"scripts": {
"test": "vitest",
"build": "node scripts/build.js",
"prettier:check": "npx prettier --check .",
"prettier:write": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bikossor/codestain.git"
},
"keywords": [],
"author": "André Lichtenthäler",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bikossor/codestain/issues"
},
"homepage": "https://github.com/Bikossor/codestain#readme",
"devDependencies": {
"@types/node": "22.13.11",
"prettier": "3.5.3",
"typescript": "5.8.2",
"vitest": "3.0.9"
}
}