@eslinted/core 0.9.0-rc.1 → 0.9.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -21
package/package.json
CHANGED
@@ -1,31 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eslinted/core",
|
3
|
-
"version": "0.9.0-rc.
|
4
|
-
"description": "",
|
3
|
+
"version": "0.9.0-rc.2",
|
4
|
+
"description": "Core ESLint flat config factory npm package `linted`.",
|
5
5
|
"keywords": [],
|
6
6
|
"license": "MIT",
|
7
|
-
"type": "module",
|
8
7
|
"private": false,
|
9
|
-
"
|
10
|
-
"PACKAGE_JSON_VERSION": "20.10.0"
|
11
|
-
},
|
12
|
-
"repository": {
|
13
|
-
"type": "git",
|
14
|
-
"url": "git+https://github.com/jimmy-zhening-luo/linted-core.git"
|
15
|
-
},
|
8
|
+
"repository": "github:jimmy-zhening-luo/linted-core",
|
16
9
|
"homepage": "https://github.com/jimmy-zhening-luo/linted-core#readme",
|
17
|
-
"bugs":
|
18
|
-
|
19
|
-
},
|
20
|
-
"author": {
|
21
|
-
"name": "Jimmy Zhening Luo",
|
22
|
-
"email": "1450044+jimmy-zhening-luo@users.noreply.github.com",
|
23
|
-
"url": "https://jimm.my"
|
24
|
-
},
|
10
|
+
"bugs": "https://github.com/jimmy-zhening-luo/linted-core/issues",
|
11
|
+
"type": "module",
|
25
12
|
"main": "dist/index.js",
|
26
13
|
"types": "dist/index.d.ts",
|
27
14
|
"engines": {
|
28
|
-
"node": ">=20.15.0"
|
15
|
+
"node": ">=20.15.0",
|
16
|
+
"npm": ">=10.7.0"
|
29
17
|
},
|
30
18
|
"peerDependencies": {},
|
31
19
|
"peerDependenciesMeta": {},
|
@@ -35,7 +23,7 @@
|
|
35
23
|
"eslint": "~8.57.0",
|
36
24
|
"linted": "~15.4.5",
|
37
25
|
"npm-run-all": "^4.1.5",
|
38
|
-
"typescript": "^5.5.
|
26
|
+
"typescript": "^5.5.4"
|
39
27
|
},
|
40
28
|
"scripts": {
|
41
29
|
"build": "run-s \"build:{1}:*\" lint:built -- ts",
|
@@ -56,5 +44,9 @@
|
|
56
44
|
"prepublishOnly": "npm test",
|
57
45
|
"predeploy": "npm test",
|
58
46
|
"deploy": ""
|
59
|
-
}
|
47
|
+
},
|
48
|
+
"config": {
|
49
|
+
"PACKAGE_JSON": "20.12.0"
|
50
|
+
},
|
51
|
+
"author": "Jimmy Zhening Luo <1450044+jimmy-zhening-luo@users.noreply.github.com> (https://jimm.my/)"
|
60
52
|
}
|