@lytjs/dom 6.6.0 → 6.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +62 -62
package/package.json
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"name": "@lytjs/dom",
|
|
4
|
-
"version": "6.
|
|
5
|
-
"description": "LytJS DOM utilities - Web Components integration and DOM enhancements",
|
|
6
|
-
"author": "lytjs",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"type": "module",
|
|
9
|
-
"main": "./dist/index.cjs",
|
|
10
|
-
"module": "./dist/index.mjs",
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"types": "./dist/index.d.ts",
|
|
15
|
-
"import": "./dist/index.mjs",
|
|
16
|
-
"require": "./dist/index.cjs"
|
|
17
|
-
},
|
|
18
|
-
"./package.json": "./package.json"
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist",
|
|
22
|
-
"README.md"
|
|
23
|
-
],
|
|
24
|
-
"sideEffects": false,
|
|
25
|
-
"scripts": {
|
|
26
|
-
"dev": "tsup --watch",
|
|
27
|
-
"build": "tsup",
|
|
28
|
-
"test": "vitest run",
|
|
29
|
-
"test:watch": "vitest",
|
|
30
|
-
"test:coverage": "vitest run --coverage",
|
|
31
|
-
"type-check": "tsc --noEmit",
|
|
32
|
-
"clean": "rm -rf dist node_modules .turbo"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@lytjs/common-is": "
|
|
36
|
-
"@lytjs/common-string": "
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"tsup": "^8.3.6",
|
|
40
|
-
"typescript": "^5.7.3",
|
|
41
|
-
"vitest": "^3.0.0"
|
|
42
|
-
},
|
|
43
|
-
"peerDependencies": {},
|
|
44
|
-
"publishConfig": {
|
|
45
|
-
"access": "public",
|
|
46
|
-
"registry": "https://registry.npmjs.org/"
|
|
47
|
-
},
|
|
48
|
-
"repository": {
|
|
49
|
-
"type": "git",
|
|
50
|
-
"url": "https://gitee.com/lytjs/lytjs.git",
|
|
51
|
-
"directory": "packages/dom"
|
|
52
|
-
},
|
|
53
|
-
"keywords": [
|
|
54
|
-
"lytjs",
|
|
55
|
-
"dom",
|
|
56
|
-
"web-components"
|
|
57
|
-
],
|
|
58
|
-
"homepage": "https://gitee.com/lytjs/lytjs/tree/develop/packages/dom#readme",
|
|
59
|
-
"bugs": {
|
|
60
|
-
"url": "https://gitee.com/lytjs/lytjs/issues"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
+
"name": "@lytjs/dom",
|
|
4
|
+
"version": "6.8.0",
|
|
5
|
+
"description": "LytJS DOM utilities - Web Components integration and DOM enhancements",
|
|
6
|
+
"author": "lytjs",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"main": "./dist/index.cjs",
|
|
10
|
+
"module": "./dist/index.mjs",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/index.mjs",
|
|
16
|
+
"require": "./dist/index.cjs"
|
|
17
|
+
},
|
|
18
|
+
"./package.json": "./package.json"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"README.md"
|
|
23
|
+
],
|
|
24
|
+
"sideEffects": false,
|
|
25
|
+
"scripts": {
|
|
26
|
+
"dev": "tsup --watch",
|
|
27
|
+
"build": "tsup",
|
|
28
|
+
"test": "vitest run",
|
|
29
|
+
"test:watch": "vitest",
|
|
30
|
+
"test:coverage": "vitest run --coverage",
|
|
31
|
+
"type-check": "tsc --noEmit",
|
|
32
|
+
"clean": "rm -rf dist node_modules .turbo"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@lytjs/common-is": "^6.8.0",
|
|
36
|
+
"@lytjs/common-string": "^6.8.0"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"tsup": "^8.3.6",
|
|
40
|
+
"typescript": "^5.7.3",
|
|
41
|
+
"vitest": "^3.0.0"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {},
|
|
44
|
+
"publishConfig": {
|
|
45
|
+
"access": "public",
|
|
46
|
+
"registry": "https://registry.npmjs.org/"
|
|
47
|
+
},
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "https://gitee.com/lytjs/lytjs.git",
|
|
51
|
+
"directory": "packages/dom"
|
|
52
|
+
},
|
|
53
|
+
"keywords": [
|
|
54
|
+
"lytjs",
|
|
55
|
+
"dom",
|
|
56
|
+
"web-components"
|
|
57
|
+
],
|
|
58
|
+
"homepage": "https://gitee.com/lytjs/lytjs/tree/develop/packages/dom#readme",
|
|
59
|
+
"bugs": {
|
|
60
|
+
"url": "https://gitee.com/lytjs/lytjs/issues"
|
|
61
|
+
}
|
|
62
|
+
}
|