-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 951 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 951 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
33
34
35
36
37
38
{
"name": "10k24.com",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/10k24/10k24.github.io#readme",
"bugs": {
"url": "https://github.com/10k24/10k24.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10k24/10k24.github.io.git"
},
"license": "GPL-2.0",
"author": "",
"type": "commonjs",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "bunx @11ty/eleventy",
"start": "bunx @11ty/eleventy --serve",
"clean": "bunx trash-cli docs",
"lint:css": "bunx stylelint src/*.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"liquidjs": "^10.24.0",
"stylelint": "^17.4.0",
"stylelint-config-recess-order": "^7.6.1",
"stylelint-config-standard": "^40.0.0"
},
"dependencies": {
"bun": "^1.3.10"
}
}