-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
{
"name": "pulsekit",
"private": true,
"type": "module",
"description": "Web analytics toolkit for Next.js + Supabase",
"repository": {
"type": "git",
"url": "https://github.com/benoiteom/pulsekit.git"
},
"homepage": "https://github.com/benoiteom/pulsekit",
"bugs": "https://github.com/benoiteom/pulsekit/issues",
"license": "MIT",
"author": "Benoit Ortalo-Magne",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "turbo build --filter='!./examples/*'",
"dev": "turbo dev",
"lint": "turbo lint --filter='!./examples/*'",
"clean": "turbo clean",
"test": "vitest run"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.1.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^28.1.0",
"turbo": "^2.4.0",
"typescript": "^5.7.0",
"typescript-eslint": "^8.56.0",
"vitest": "^3.0.0"
},
"packageManager": "pnpm@9.15.0"
}