-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@gitopslovers/nx-biome",
"description": "NX plugin to integrate the Biome toolchain.",
"version": "1.5.0",
"license": "MIT",
"scripts": {
"build": "npx nx build nx-biome",
"publish": "npx npm-publish dist --token $1"
},
"private": true,
"devDependencies": {
"@jsdevtools/npm-publish": "3.1.1",
"@nx/eslint-plugin": "18.2.4",
"@nx/jest": "18.2.4",
"@nx/linter": "18.2.4",
"@nx/nx-plugin": "16.0.0-beta.1",
"@swc-node/register": "1.9.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.4.13",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"eslint": "8.56.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "2.4.0",
"nx": "18.2.4",
"prettier": "3.2.5",
"semantic-release": "23.0.8",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"dependencies": {
"@nx/devkit": "18.2.4",
"@swc/helpers": "0.5.8",
"tslib": "2.6.2"
}
}