-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
{
"$schema": "https://json.schemastore.org/package",
"name": "@mdirshaddev/packages",
"private": true,
"homepage": "https://github.com/mdirshaddev/packages",
"description": "📦 This package is a go to standard packages for prettier, eslint and typescript.",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "npm shrinkwrap",
"preuninstall": "npx only-allow pnpm",
"postuninstall": "npm shrinkwrap",
"deduplicate": "pnpm dedupe",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"lockfile-audit": "npx lockfile-lint --path npm-shrinkwrap.json --type npm --allowed-hosts npm yarn --validate-https",
"changeset-release": "pnpm recursive exec -- pnpm build && npx changeset publish",
"changeset-version": "npx changeset version"
},
"keywords": [
"pnpm-workspace",
"typescript",
"prettier",
"eslint",
"shared-config"
],
"author": {
"name": "Md Irshad",
"email": "[email protected]",
"url": "https://mdirshad.vercel.app"
},
"bugs": {
"url": "https://github.com/mdirshaddev/packages/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdirshaddev/packages.git"
},
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"nx": "^18.0.4",
"prettier": "^3.2.5",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=8.9"
},
"packageManager": "[email protected]"
}