-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 779 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
30
31
32
{
"name": "braindumping",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"format": "prettier --ignore-path ./.prettierignore --write .",
"build": "tsc --outDir out",
"precommit": "bun run src/transform.js",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymfpfp/braindump.ing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ymfpfp/braindump.ing/issues"
},
"homepage": "https://github.com/ymfpfp/braindump.ing#readme",
"devDependencies": {
"prettier": "^3.7.4",
"typescript": "^6.0.3"
},
"dependencies": {
"@resvg/resvg-js": "^2.6.2",
"fontkit": "^2.0.4",
"mathjax-node": "^2.1.1",
"prismjs": "^1.30.0"
}
}