-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "positioning-strategy",
"version": "5.0.0",
"homepage": "https://github.com/taskworld/positioning-strategy#readme",
"bugs": {
"url": "https://github.com/taskworld/positioning-strategy/issues"
},
"license": "ISC",
"author": "developers@taskworld.com",
"repository": {
"type": "git",
"url": "git+https://github.com/taskworld/positioning-strategy.git"
},
"files": [
"*.js",
"*.map",
"*.d.ts"
],
"main": "index.js",
"scripts": {
"build": "tsc",
"lint": "oxlint --quiet --type-aware",
"test": "pnpm run build --noEmit && vitest --no-watch --coverage",
"version": "pnpm run build",
"postversion": "pnpm publish"
},
"devDependencies": {
"@thisismanta/semantic-version": "^11.1.0",
"@vitest/coverage-v8": "^4.1.2",
"lefthook": "^2.1.5",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"oxlint-tsgolint": "^0.20.0",
"typescript": "^6.0.2",
"vitest": "^4.1.2"
},
"devEngines": {
"runtime": [
{
"name": "node",
"version": "24.14.0",
"onFail": "download"
}
]
},
"engines": {
"node": "24"
},
"packageManager": "pnpm@10.33.0"
}