-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "axi-repo-tools",
"private": true,
"packageManager": "pnpm@11.1.1",
"type": "module",
"scripts": {
"docs:gen": "node scripts/generate-docs.mjs",
"docs:check": "node scripts/generate-docs.mjs --check",
"docs:test": "node --test scripts/generate-docs.test.mjs",
"lint": "eslint packages/axi-sdk-js/src packages/axi-sdk-js/test eslint.config.mjs scripts",
"format": "prettier --write \"packages/axi-sdk-js/**/*.{ts,js,mjs,cjs,json,md}\" \".github/workflows/axi-sdk-js-*.yml\" \"release-please-config.json\" \".release-please-manifest.json\"",
"format:check": "prettier --check \"packages/axi-sdk-js/**/*.{ts,js,mjs,cjs,json,md}\" \".github/workflows/axi-sdk-js-*.yml\" \"release-please-config.json\" \".release-please-manifest.json\""
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.4.0",
"prettier": "^3.6.2",
"typescript-eslint": "^8.46.2",
"yaml": "^2.8.4"
}
}