-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.36 KB
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
39
40
41
42
43
44
45
46
47
48
{
"name": "@4bitlabs/bits",
"version": "0.0.0",
"description": "Monorepo for 4bitlabs bit utilities and byte utilities",
"private": true,
"type": "module",
"scripts": {
"lint": "biome check",
"format:fix": "biome check --write",
"build": "lerna run build",
"rebuild": "nx reset && lerna run clean:wipe && lerna run build",
"test": "lerna run test",
"docs": "typedoc --options typedoc.all.json",
"docs:rebuild": "rimraf docs/ && npm run docs",
"clean:wipe": "lerna run clean:wipe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/32bitkid/4bitlabs.bits.git"
},
"author": "J. Holmes <32bitkid@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/32bitkid/4bitlabs.bits/issues"
},
"homepage": "https://github.com/32bitkid/4bitlabs.bits#readme",
"workspaces": [
"libs/*"
],
"devDependencies": {
"@biomejs/biome": "^2.5.4",
"@types/node": "^22.20.1",
"@vitest/coverage-v8": "^4.1.10",
"conventional-changelog-conventionalcommits": "^9.3.1",
"lerna": "^9.0.7",
"rimraf": "^6.1.3",
"tsdown": "^0.22.11",
"typedoc": "^0.28.20",
"typedoc-plugin-mdn-links": "^5.1.1",
"typedoc-plugin-missing-exports": "^4.1.4",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
},
"allowScripts": {
"nx@22.7.7": true,
"fsevents@2.3.3": true
}
}