-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 870 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 870 Bytes
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
{
"name": "riven-ts",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"format:check": "prettier --check . '!**/docker-data'",
"format:check:ci": "pnpm format:check --log-level warn",
"format:fix": "prettier --write . '!**/docker-data'",
"postinstall": "node .husky/install.mjs || true"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@turbo/gen": "^2.8.21",
"dedent": "catalog:",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"sort-package-json": "^3.6.0",
"turbo": "^2.8.21",
"type-fest": "^5.3.1"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}