-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 888 Bytes
/
package.json
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
{
"name": "sveltekit-autoimport",
"version": "1.8.1",
"description": "Automatically detect and import components or modules",
"main": "src/index.js",
"scripts": {
"test": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuanchuan/sveltekit-autoimport.git"
},
"keywords": [
"vite",
"sveltekit"
],
"author": "yuanchuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuanchuan/sveltekit-autoimport/issues"
},
"type": "module",
"homepage": "https://github.com/yuanchuan/sveltekit-autoimport#readme",
"dependencies": {
"@rollup/pluginutils": "^4.1.0",
"estree-walker": "^2.0.2",
"magic-string": "^0.26.1"
},
"peerDependencies": {
"@sveltejs/kit": ">=1.0.0"
},
"devDependencies": {
"jest": "^27.5.1"
}
}