UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@kitajs/generator",
3 "version": "1.1.16",
4 "description": "Performant and type safe fastify router - Build fast end-to-end APIs with ZERO abtraction 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 "tslib": "^2.6.2",
24 "type-fest": "^4.5.0",
25 "typescript": "^5.2.2",
26 "@kitajs/common": "^1.1.10"
27 },
28 "devDependencies": {
29 "@fastify/multipart": "^8.0.0",
30 "@fastify/sensible": "^5.5.0",
31 "@fastify/swagger": "^8.12.0",
32 "@fastify/swagger-ui": "^1.10.1",
33 "@kitajs/html": "^3.0.4",
34 "@types/node": "^20.8.8",
35 "c8": "^8.0.1",
36 "fastify": "^4.24.3",
37 "fastify-plugin": "^4.5.1",
38 "form-auto-content": "^3.2.0",
39 "tsc-alias": "^1.8.8",
40 "@kitajs/parser": "^1.1.12",
41 "@kitajs/runtime": "^1.1.10"
42 },
43 "peerDependencies": {
44 "typescript": "^5.2.2"
45 },
46 "scripts": {
47 "build": "tsc -p tsconfig.build.json",
48 "test": "c8 --reporter lcov --reporter text node --trace-warnings --require @swc-node/register --test test/**/*.test.ts && tsc --noEmit"
49 }
50}
\No newline at end of file