@supsign/unplugin-interfaces 1.1.0 → 1.1.1

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.
Files changed (1) hide show
  1. package/package.json +122 -117
package/package.json CHANGED
@@ -1,117 +1,122 @@
1
- {
2
- "name": "@supsign/unplugin-interfaces",
3
- "version": "1.1.0",
4
- "description": "",
5
- "keywords": [
6
- "rollup",
7
- "transform",
8
- "unplugin",
9
- "vite",
10
- "webpack"
11
- ],
12
- "homepage": "https://github.com/supsign/unplugin-interfaces#readme",
13
- "bugs": {
14
- "url": "https://github.com/supsign/unplugin-interfaces/issues"
15
- },
16
- "license": "MIT",
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/supsign/unplugin-interfaces.git"
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "type": "module",
25
- "main": "./dist/index.js",
26
- "module": "./dist/index.js",
27
- "types": "./dist/index.d.ts",
28
- "typesVersions": {
29
- "*": {
30
- "*": [
31
- "./dist/*",
32
- "./*"
33
- ]
34
- }
35
- },
36
- "exports": {
37
- ".": "./dist/index.js",
38
- "./astro": "./dist/astro.js",
39
- "./esbuild": "./dist/esbuild.js",
40
- "./farm": "./dist/farm.js",
41
- "./nuxt": "./dist/nuxt.js",
42
- "./rollup": "./dist/rollup.js",
43
- "./rspack": "./dist/rspack.js",
44
- "./types": "./dist/types.js",
45
- "./vite": "./dist/vite.js",
46
- "./webpack": "./dist/webpack.js",
47
- "./package.json": "./package.json"
48
- },
49
- "dependencies": {
50
- "unplugin": "^3.0.0"
51
- },
52
- "devDependencies": {
53
- "@nuxt/kit": "^4.4.2",
54
- "esbuild": "^0.27.0",
55
- "@nuxt/schema": "^4.4.2",
56
- "@types/node": "^25.5.0",
57
- "bumpp": "^11.0.1",
58
- "chokidar": "^5.0.0",
59
- "nodemon": "^3.1.14",
60
- "oxfmt": "^0.40.0",
61
- "oxlint": "^1.55.0",
62
- "rollup": "^4.59.0",
63
- "tsdown": "^0.21.3",
64
- "tsx": "^4.21.0",
65
- "typescript": "^5.9.3",
66
- "vite": "^8.0.0",
67
- "vitest": "^4.1.0",
68
- "webpack": "^5.105.4"
69
- },
70
- "peerDependencies": {
71
- "@farmfe/core": ">=1",
72
- "@nuxt/kit": "^3",
73
- "@nuxt/schema": "^3",
74
- "esbuild": "*",
75
- "rollup": "^3 || ^4",
76
- "vite": ">=3",
77
- "webpack": "^4 || ^5"
78
- },
79
- "peerDependenciesMeta": {
80
- "@farmfe/core": {
81
- "optional": true
82
- },
83
- "@nuxt/kit": {
84
- "optional": true
85
- },
86
- "@nuxt/schema": {
87
- "optional": true
88
- },
89
- "esbuild": {
90
- "optional": true
91
- },
92
- "rollup": {
93
- "optional": true
94
- },
95
- "vite": {
96
- "optional": true
97
- },
98
- "webpack": {
99
- "optional": true
100
- }
101
- },
102
- "overrides": {
103
- "esbuild": "^0.27.0",
104
- "vite": "^8.0.0"
105
- },
106
- "scripts": {
107
- "build": "tsdown",
108
- "dev": "tsdown -w",
109
- "format": "oxfmt .",
110
- "format:check": "oxfmt --check .",
111
- "lint": "oxlint .",
112
- "play": "npm -C playground run dev",
113
- "release": "bumpp && pnpm publish",
114
- "start": "tsx src/index.ts",
115
- "test": "vitest"
116
- }
117
- }
1
+ {
2
+ "name": "@supsign/unplugin-interfaces",
3
+ "version": "1.1.1",
4
+ "description": "",
5
+ "keywords": [
6
+ "rollup",
7
+ "transform",
8
+ "unplugin",
9
+ "vite",
10
+ "webpack"
11
+ ],
12
+ "homepage": "https://github.com/supsign/unplugin-interfaces#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/supsign/unplugin-interfaces/issues"
15
+ },
16
+ "license": "MIT",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/supsign/unplugin-interfaces.git"
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "type": "module",
25
+ "main": "./dist/index.mjs",
26
+ "module": "./dist/index.mjs",
27
+ "types": "./dist/index.d.mts",
28
+ "typesVersions": {
29
+ "*": {
30
+ "*": [
31
+ "./dist/*",
32
+ "./*"
33
+ ]
34
+ }
35
+ },
36
+ "exports": {
37
+ ".": "./dist/index.mjs",
38
+ "./astro": "./dist/astro.mjs",
39
+ "./esbuild": "./dist/esbuild.mjs",
40
+ "./farm": "./dist/farm.mjs",
41
+ "./nuxt": "./dist/nuxt.mjs",
42
+ "./rollup": "./dist/rollup.mjs",
43
+ "./rspack": "./dist/rspack.mjs",
44
+ "./types": "./dist/types.mjs",
45
+ "./vite": "./dist/vite.mjs",
46
+ "./webpack": "./dist/webpack.mjs",
47
+ "./package.json": "./package.json"
48
+ },
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "scripts": {
53
+ "build": "tsdown",
54
+ "dev": "tsdown -w",
55
+ "format": "oxfmt .",
56
+ "format:check": "oxfmt --check .",
57
+ "lint": "oxlint .",
58
+ "play": "npm -C playground run dev",
59
+ "prepublishOnly": "npm run build",
60
+ "release": "bumpp && pnpm publish",
61
+ "start": "tsx src/index.ts",
62
+ "test": "vitest"
63
+ },
64
+ "dependencies": {
65
+ "unplugin": "^3.0.0"
66
+ },
67
+ "devDependencies": {
68
+ "@nuxt/kit": "^4.4.2",
69
+ "@nuxt/schema": "^4.4.2",
70
+ "@types/node": "^25.5.0",
71
+ "bumpp": "^11.0.1",
72
+ "chokidar": "^5.0.0",
73
+ "esbuild": "^0.27.0",
74
+ "nodemon": "^3.1.14",
75
+ "oxfmt": "^0.40.0",
76
+ "oxlint": "^1.55.0",
77
+ "rollup": "^4.59.0",
78
+ "tsdown": "^0.21.3",
79
+ "tsx": "^4.21.0",
80
+ "typescript": "^5.9.3",
81
+ "vite": "^8.0.0",
82
+ "vitest": "^4.1.0",
83
+ "webpack": "^5.105.4"
84
+ },
85
+ "peerDependencies": {
86
+ "@farmfe/core": ">=1",
87
+ "@nuxt/kit": "^3",
88
+ "@nuxt/schema": "^3",
89
+ "esbuild": "*",
90
+ "rollup": "^3 || ^4",
91
+ "vite": ">=3",
92
+ "webpack": "^4 || ^5"
93
+ },
94
+ "peerDependenciesMeta": {
95
+ "@farmfe/core": {
96
+ "optional": true
97
+ },
98
+ "@nuxt/kit": {
99
+ "optional": true
100
+ },
101
+ "@nuxt/schema": {
102
+ "optional": true
103
+ },
104
+ "esbuild": {
105
+ "optional": true
106
+ },
107
+ "rollup": {
108
+ "optional": true
109
+ },
110
+ "vite": {
111
+ "optional": true
112
+ },
113
+ "webpack": {
114
+ "optional": true
115
+ }
116
+ },
117
+ "overrides": {
118
+ "esbuild": "^0.27.0",
119
+ "vite": "^8.0.0"
120
+ },
121
+ "packageManager": "pnpm@10.18.3"
122
+ }