-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 826 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
{
"name": "result-ts-type",
"version": "1.3.1",
"description": "Result type",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest",
"format": "biome check ./lib --write & biome check ./test --write",
"format:check": "biome check ./lib & biome check ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hitohata/result-ts-type.git"
},
"author": "hitohata",
"license": "MIT",
"bugs": {
"url": "https://github.com/hitohata/result-ts-type/issues"
},
"homepage": "https://github.com/hitohata/result-ts-type",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
}
}