-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 965 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
41
42
43
44
45
46
47
{
"name": "qrgrid",
"description": "javascript qr generator",
"type": "module",
"private": false,
"version": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yadav-saurabh/qrgrid.git"
},
"keywords": [
"qr",
"nodejs",
"typescript",
"react",
"angular",
"vue"
],
"author": "yadav-saurabh",
"scripts": {
"changeset": "changeset",
"prune": "turbo prune",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"prettier": "^3.3.3",
"turbo": "^2.2.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "npm@10.5.2",
"workspaces": [
"docs",
"packages/*",
"examples/*"
],
"volta": {
"node": "22.11.0"
}
}