-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 934 Bytes
/
package.json
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
{
"name": "bitbob",
"version": "1.0.3",
"description": "A big collection of tiny bit hacks from your tiny bit buddy!",
"main": "./dist/index.js",
"types": "./index.d.ts",
"scripts": {
"build": "node esbuild.config.js",
"knip": "knip",
"lint": "eslint src",
"test": "vitest"
},
"keywords": [
"bit",
"bit manipulation",
"math",
"performance",
"utility",
"util"
],
"author": "Torathion",
"homepage": "https://github.com/Torathion/bitbob",
"repository": {
"type": "git",
"url": "https://github.com/Torathion/bitbob.git"
},
"bugs": {
"url": "https://github.com/Torathion/bitbob/issues"
},
"type": "module",
"license": "MIT",
"devDependencies": {
"@vitest/coverage-v8": "^2.1.5",
"esbuild": "^0.24.0",
"eslint": "^9.15.0",
"eslint-config-shiny": "^4.0.0",
"knip": "^5.37.2",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
}
}