-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.85 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"author": "Omar Al Matar",
"version": "2.1.43",
"funding": [
"https://petrasolutions.lemonsqueezy.com/checkout/buy/19210e05-ae3c-41a0-920c-324e3083618d"
],
"bin": {
"svetch.ts": "./dist/src/bin.js"
},
"bugs": {
"url": "https://github.com/Bewinxed/svetch/issues"
},
"dependencies": {
"ansi-colors": "^4.1.3",
"comment-parser": "^1.4.1",
"ora": "^8.1.0",
"prompts": "^2.4.2",
"ts-morph": "^23.0.0",
"tsoa": "^6.4.0"
},
"description": "End-to-End typesafe fetch client for your API",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@prisma/client": "5.17.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.23",
"@total-typescript/tsconfig": "^1.0.4",
"@types/detective": "^5.1.5",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.16.3",
"@types/prompts": "^2.4.9",
"@types/readline-sync": "^1.4.8",
"@types/uuid": "^9.0.8",
"detective-es6": "^4.0.1",
"lucia": "^3.2.0",
"openapi-types": "^12.1.3",
"prisma": "^5.19.1",
"svetch.ts": "^2.1.41",
"unbuild": "^2.0.0"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"homepage": "https://github.com/Bewinxed/svetch#readme",
"keywords": [
"svelte",
"sveltekit",
"typescript",
"fetch",
"typesafe",
"svetch.ts",
"openapi",
"swagger"
],
"license": "MIT",
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
"name": "svetch.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Bewinxed/svetch"
},
"scripts": {
"build": "rm -rf dist && npx swc src -d dist && cp -r src/assets dist/src/assets",
"bump": "npm version patch",
"yolo": "npm run bump && bun run build && npm publish"
},
"type": "module",
"types": "./dist/src/index.d.ts"
}