-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1010 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1010 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@typescriptprime/bump-packagejson-version",
"type": "module",
"version": "1.1.5",
"scripts": {
"ci": "tsx index.ts",
"lint": "eslint",
"test": "ava"
},
"ava": {
"files": [
"tests/**/*.test.ts"
],
"nodeArguments": [
"--import=tsx"
],
"workerThreads": false,
"typescript": {
"rewritePaths": {
"@/": "./sources/"
},
"compile": false
}
},
"license": "Apache-2.0",
"dependencies": {
"@npmcli/package-json": "^7.0.5",
"@typescriptprime/parsing": "^2.0.1",
"semver": "^7.7.4",
"tsx": "^4.21.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@octokit/graphql": "^9.0.3",
"@types/node": "^24.12.2",
"@types/npmcli__package-json": "^4.0.4",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"ava": "^7.0.0",
"eslint": "^10.2.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2"
}
}