-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
70 lines (70 loc) · 2.01 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
{
"name": "skeet-framework",
"version": "2.0.0-rc",
"description": "Skeet: Edge-Native Web Framework",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/elsoul/skeet.git"
},
"private": false,
"keywords": [
"Cloudflare",
"Deno",
"Neon",
"Prisma",
"framework",
"Next.js",
"Expo"
],
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"engines": {
"pnpm": ">=9",
"npm": "please_use_pnpm_instead",
"node": ">=20"
},
"packageManager": "[email protected]",
"scripts": {
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"test": "pnpm run -r test",
"build": "pnpm run -r build",
"dev:func": "pnpm -F base-functions -F skeet-func-template build && firebase emulators:start --import=./tmp/data --export-on-exit --inspect-functions",
"deploy:func": "firebase deploy --only functions",
"cli": "pnpm -F \"@skeet-framework/cli\"",
"utils": "pnpm -F \"@skeet-framework/utils\"",
"discord:labo": "tsx ./common/runDiscordChangeLog.ts labo",
"discord:epics": "tsx ./common/runDiscordChangeLog.ts epics"
},
"dependencies": {
"@skeet-framework/cli": "workspace:*",
"@skeet-framework/discord-utils": "workspace:^",
"@skeet-framework/utils": "workspace:*",
"dotenv": "16.4.5"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@skeet-framework/firestore": "workspace:^",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"firebase-functions": "4.8.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"tsx": "4.7.1",
"typedoc": "0.25.12",
"typescript": "5.4.3",
"vite": "5.2.6",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
}
}