-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 819 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 819 Bytes
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
{
"name": "vite-plugin-airx",
"version": "0.7.1",
"type": "module",
"types": "./output/index.d.ts",
"exports": {
".": {
"types": "./output/index.d.ts",
"import": "./output/index.js",
"default": "./output/index.js"
}
},
"files": [
"output/*"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"typecheck": "tsc --noEmit",
"lint": "eslint source"
},
"peerDependencies": {
"airx": "^0.7.1",
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/airxjs/vite-plugin"
},
"author": "",
"license": "MIT"
}