This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.69 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
{
"name": "@endearhq/boilerplate",
"version": "2.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/endearhq/boilerplate.git"
},
"license": "UNLICENSED",
"author": "Endear <[email protected]>",
"scripts": {
"preinstall": "npx only-allow pnpm",
"publish": "changeset publish --registry https://npm.pkg.github.com && pnpm install --offline",
"publish:snapshot": "changeset publish --no-git-checks --registry https://npm.pkg.github.com",
"release": "changeset version && endear release && pnpm install --prefer-offline --no-frozen-lockfile",
"release:snapshot": "SNAPSHOT=true changeset version --snapshot && endear release && pnpm install --prefer-offline --no-frozen-lockfile",
"turbo:format": "turbo run format",
"turbo:lint": "turbo run lint",
"turbo:lint:fix": "turbo run lint:fix",
"turbo:test": "turbo run test",
"turbo:typecheck": "turbo run typecheck"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"concurrently": "7.6.0",
"danger": "11.2.3",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"nodemon": "2.0.20",
"prettier": "2.8.3",
"turbo": "1.7.0",
"typescript": "4.7.3",
"zx": "7.0.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "16.x"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@firebase/app-types"
]
}
},
"volta": {
"node": "16.17.1"
}
}