-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 674 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 674 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
{
"devDependencies": {
"conventional-changelog-conventionalcommits": "9.3.1"
},
"engines": {
"node": "24"
},
"name": "@maevsi/sqitch",
"packageManager": "pnpm@10.33.0",
"private": true,
"scripts": {
"benchmark": "./test/benchmark/benchmark.sh",
"benchmark:compare": "./test/benchmark/benchmark.sh --compare",
"deploy": "pnpm run sqitch deploy",
"revert": "pnpm run sqitch revert",
"sqitch": "./src/sqitch",
"test": "./test/test.sh",
"test:data:add": "pnpm run test data add",
"test:data:remove": "pnpm run test data remove",
"test:update": "pnpm run test --update"
},
"type": "module",
"version": "11.1.0"
}