-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 906 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
{
"name": "refract-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Public documentation for Refract \u2014 the open-source deterministic observation engine for public revision histories",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refract-org/refract-docs.git"
},
"homepage": "https://refract-org.github.io/refract-docs/",
"bugs": {
"url": "https://github.com/refract-org/refract-docs/issues"
},
"scripts": {
"build": "node build.mjs",
"test": "vitest run",
"lint": "biome check .",
"format": "biome format --write .",
"prepare": "husky",
"assets:check": "bun run scripts/check-assets.ts",
"assets:generate": "bun run scripts/generate-scenes.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"marked": "^15.0.0",
"vitest": "^4.1.7"
}
}