forked from aneoconsulting/ArmoniK.Api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 833 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
{
"name": "armonik.api",
"packageManager": "[email protected]",
"scripts": {
"ci:publish": "zx scripts/publish.mjs",
"ci:publish-edge": "zx scripts/publish-edge.mjs",
"update-versions": "jiti ./scripts/update-versions.ts",
"verify-versions": "jiti ./scripts/verify-versions.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"consola": "^3.2.3",
"eslint": "^8.47.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"glob": "^10.3.3",
"jiti": "^1.19.3",
"pathe": "^1.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"zx": "^7.2.3"
}
}