forked from ordzaar/ordit-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.07 KB
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
{
"name": "ordit-sdk-binaryck",
"version": "0.0.0",
"private": false,
"repository": "https://github.com/binaryck/ordit-sdk",
"bugs": "https://github.com/binaryck/ordit-sdk/issues",
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
"clean": "turbo run clean",
"format": "prettier --write .",
"lint": "turbo run lint -- --fix",
"test": "turbo run test",
"dev": "turbo run dev --filter=!docs",
"docs:dev": "turbo run dev --filter=docs",
"docs:build": "turbo run build --filter=docs",
"docs:clean": "turbo run clean --filter=docs"
},
"devDependencies": {
"@ordzaar/standard-linter": "^2.2.0",
"@ordzaar/standard-typescript": "^2.2.0",
"@vitest/coverage-v8": "^2.1.6",
"husky": "^9.1.7",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite": "6.0.9",
"vitest": "2.1.9"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.14.2"
},
"packageManager": "pnpm@9.14.2"
}