UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@kitajs/generator",
3 "version": "1.1.27",
4 "description": "Performant and type safe fastify router - Build fast end-to-end APIs with ZERO abstraction cost!",
5 "homepage": "https://kita.js.org",
6 "bugs": {
7 "url": "https://github.com/kitajs/kitajs/issues"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/kitajs/kitajs.git",
12 "directory": "packages/generator"
13 },
14 "funding": "https://github.com/sponsors/arthurfiorette",
15 "license": "MIT",
16 "author": "Arthur Fiorette <kita@arthur.place>",
17 "main": "dist/index.js",
18 "files": [
19 "src",
20 "dist"
21 ],
22 "dependencies": {
23 "json-stable-stringify": "^1.1.1",
24 "ts-writer": "^1.3.1",
25 "tslib": "^2.6.2",
26 "type-fest": "^4.14.0",
27 "@kitajs/common": "^1.1.16"
28 },
29 "devDependencies": {
30 "@fastify/multipart": "^8.1.0",
31 "@fastify/sensible": "^5.5.0",
32 "@fastify/swagger": "^8.14.0",
33 "@kitajs/html": "^3.1.2",
34 "@scalar/api-reference": "^1.20.14",
35 "@scalar/fastify-api-reference": "^1.20.10",
36 "@swc-node/register": "^1.9.0",
37 "@swc/helpers": "^0.5.8",
38 "@types/json-stable-stringify": "^1.0.36",
39 "@types/node": "^20.12.2",
40 "@types/web-bluetooth": "^0.0.20",
41 "c8": "^9.1.0",
42 "fastify": "^4.26.2",
43 "fastify-plugin": "^4.5.1",
44 "form-auto-content": "^3.2.1",
45 "tsc-alias": "^1.8.8",
46 "@kitajs/parser": "^1.1.23",
47 "@kitajs/runtime": "^1.1.18"
48 },
49 "scripts": {
50 "build": "tsc -p tsconfig.build.json",
51 "test": "c8 --reporter lcov --reporter text node --require @swc-node/register --test test/**/*.test.ts && tsc --noEmit"
52 }
53}
\No newline at end of file