-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 794 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
{
"name": "offscale.github.io",
"version": "1.0.0",
"description": "This repository hosts the source code for the **Offscale** landing page: [offscale.github.io](https://offscale.github.io).",
"main": "script.js",
"scripts": {
"test": "jest",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/offscale/offscale.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/offscale/offscale.github.io/issues"
},
"homepage": "https://github.com/offscale/offscale.github.io#readme",
"devDependencies": {
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"vite": "^8.0.16"
}
}