-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 803 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 803 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
{
"name": "qwelias.github.io",
"version": "1.0.0",
"scripts": {
"prebuild": "rm -rf docs",
"build": "ts-node build src docs",
"serve": "http-server docs"
},
"repository": {
"type": "git",
"url": "git+https://qwelias@github.com/qwelias/qwelias.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qwelias/qwelias.github.io/issues"
},
"homepage": "https://github.com/qwelias/qwelias.github.io#readme",
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.6.3",
"http-server": "^14.1.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}