UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@kitajs/generator",
3 "version": "1.1.25",
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.0",
24 "ts-writer": "^1.3.1",
25 "tslib": "^2.6.2",
26 "type-fest": "^4.8.3",
27 "@kitajs/common": "^1.1.15"
28 },
29 "devDependencies": {
30 "@fastify/multipart": "^8.0.0",
31 "@fastify/sensible": "^5.5.0",
32 "@fastify/swagger": "^8.12.2",
33 "@fastify/swagger-ui": "^2.0.1",
34 "@kitajs/html": "^3.0.10",
35 "@swc-node/register": "^1.6.8",
36 "@swc/helpers": "^0.5.3",
37 "@types/json-stable-stringify": "^1.0.36",
38 "@types/node": "^20.10.5",
39 "c8": "^8.0.1",
40 "fastify": "^4.25.2",
41 "fastify-plugin": "^4.5.1",
42 "form-auto-content": "^3.2.1",
43 "tsc-alias": "^1.8.8",
44 "@kitajs/parser": "^1.1.20",
45 "@kitajs/runtime": "^1.1.15"
46 },
47 "scripts": {
48 "build": "tsc -p tsconfig.build.json",
49 "test": "c8 --reporter lcov --reporter text node --require @swc-node/register --test test/**/*.test.ts && tsc --noEmit"
50 }
51}
\No newline at end of file