-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 864 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
{
"name": "golb",
"version": "1.0.0",
"description": "\"golb\".split(\"\").reverse().join(\"\")",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Its-Just-Nans/golb.git"
},
"author": "n4n5",
"license": "MIT",
"scripts": {
"start": "http-server -p 8088",
"build": "node index.js build && node search.js",
"build2": "while true; do npm run build; sleep 10; done",
"dev": "node index.js build --dev"
},
"devDependencies": {
"axios": "^0.25.0",
"clean-css": "^5.2.2",
"http-server": "^13.0.0",
"jsdom": "^24.0.0",
"lunr": "^2.3.9",
"showdown": "^1.9.1",
"showdown-highlight": "^2.1.8",
"showdown-katex": "^0.8.0"
},
"bugs": {
"url": "https://github.com/Its-Just-Nans/golb/issues"
},
"homepage": "https://github.com/Its-Just-Nans/golb#readme"
}