forked from sveltejs/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "kit",
"version": "0.0.1",
"description": "monorepo for @sveltejs/kit and friends",
"private": true,
"scripts": {
"test": "turbo run test --filter=./packages/*",
"check": "turbo run check",
"lint": "turbo run lint",
"format": "turbo run format",
"precommit": "turbo run precommit",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sveltejs/kit.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sveltejs/kit/issues"
},
"homepage": "https://github.com/sveltejs/kit#readme",
"devDependencies": {
"@changesets/cli": "^2.25.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"playwright": "1.25.0",
"prettier": "^2.7.1",
"rollup": "^2.79.1",
"svelte": "^3.52.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.6.1",
"typescript": "^4.8.4"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "^7.0.0"
},
"type": "module"
}