-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
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
44
{
"name": "@thnetii/gh-actions-workspace-root",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thnetii/.github.git"
},
"author": "TH-NETII Rasch Solutions <fredrik.rasch@gmail.com> (https://thnetii.td.org.uit.no)",
"maintainers": [
"Fredrik Høisæther Rasch <fredrik.rasch@gmail.com>"
],
"bugs": {
"url": "https://github.com/thnetii/.github/issues"
},
"homepage": "https://github.com/thnetii/.github#readme",
"license": "MIT",
"workspaces": [
"actions/*",
"lib/*"
],
"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 ."
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.2.0",
"@babel/preset-env": "^7.24.5",
"@thnetii/eslint-config-node-base": "https://gitpkg.now.sh/thnetii/eslint-config/src/eslint-config-node-base?b73ae4c",
"@tsconfig/node20": "^20",
"@tsconfig/strictest": "^2",
"eslint": "^8.51.0",
"npm-run-all": "^4.1.5",
"prettier": "^3",
"typescript": "^5"
},
"engines": {
"node": ">=20"
}
}