-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 994 Bytes
/
package.json
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
{
"name": "root",
"private": true,
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"husky": "^9.0.11",
"jest": "^29.2.2",
"lerna": "^6.0.1",
"ts-jest": "^29.0.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
"url": "git://github.com/datocms/plugins-sdk.git"
},
"scripts": {
"test": "node --trace-warnings --experimental-vm-modules node_modules/jest/bin/jest.js",
"build": "lerna run build",
"publish": "npm run test && lerna run build && lerna publish",
"publish-next": "npm run test && lerna run build && lerna publish --dist-tag next",
"format": "biome check packages --apply && biome format --write packages",
"prepare": "husky"
},
"license": "MIT",
"author": "Stefano Verna <s.verna@datocms.com>",
"homepage": "https://github.com/datocms/plugins-sdk"
}