-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 822 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 822 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
25
26
27
28
{
"name": "@thnetii/httpyac-plugin-workspace-root",
"version": "0.0.0",
"private": true,
"maintainers": [
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"license": "MIT",
"scripts": {
"lint": "npm-run-all --continue-on-error lint:*",
"lint:tsc": "tsc --noEmit -p ./jsconfig.json",
"lint:eslint": "eslint -c ./.eslintrc.yml .",
"prettier": "prettier --write .",
"prettier:check": "prettier --check ."
},
"peerDependencies": {
"httpyac": "^6.10.0"
},
"devDependencies": {
"@thnetii/eslint-config-node-base": "https://gitpkg.now.sh/thnetii/eslint-config/src/eslint-config-node-base?882fc4f",
"@tsconfig/node20": "^20",
"@tsconfig/strictest": "^2",
"eslint": "^8.57",
"npm-run-all": "^4.1.5",
"prettier": "^3.3",
"typescript": "^5"
}
}