-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 815 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 815 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
{
"name": "openarcloud.github.io",
"version": "1.0.0",
"description": "## 🎯 Mission: Ship in 3-4 Evenings Build a clean, modern website that clearly explains OSCP and gets developers to the GitHub repos. That's it.",
"main": "index.js",
"scripts": {
"serve": "eleventy --serve",
"build": "eleventy",
"clean": "rm -rf _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenArCloud/openarcloud.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OpenArCloud/openarcloud.github.io/issues"
},
"homepage": "https://github.com/OpenArCloud/openarcloud.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@playwright/test": "^1.57.0",
"playwright": "^1.57.0"
}
}