-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 880 Bytes
/
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
{
"name": "root",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"test": "pnpm -r run test",
"lint": "prettier \"**/*.{js,ts,md,json}\"",
"format": "pnpm -w run lint --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natemoo-re/astro-remote.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/natemoo-re/astro-remote/issues"
},
"homepage": "https://github.com/natemoo-re/astro-remote#readme",
"volta": {
"node": "16.13.0"
},
"packageManager": "pnpm@7.6.0",
"dependencies": {
"@changesets/cli": "^2.18.1",
"@changesets/changelog-github": "^0.4.2"
},
"devDependencies": {
"prettier": "^2.5.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"jest"
]
}
}
}