-
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.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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": "@radoslavirha/types",
"version": "0.3.4",
"description": "Common types",
"keywords": [
"types"
],
"repository": {
"type": "git",
"url": "https://github.com:radoslavirha/toolkit-hub.git"
},
"type": "module",
"types": "./src/index.ts",
"files": [
"src",
"package.json",
"README.md"
],
"scripts": {
"cleanup": "rm -rf coverage dist",
"cleanup:modules": "rm -rf node_modules",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@radoslavirha/config-eslint": "workspace:*",
"@radoslavirha/config-typescript": "workspace:*",
"eslint": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:"
},
"engines": {
"node": ">= 24",
"pnpm": ">= 10"
},
"os": [
"darwin",
"linux"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"README": "README.md"
}