-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
{
"version": "1.3.7",
"name": "lilmolly",
"description": "Molly is a utility that helps you identify unused components in your Svelte project. It assists in safely cleaning them up by moving them (if you want) to an “_unused” directory. With the ability to undo actions and paired with delightful tidying haikus, Molly ensures that tidying up your Svelte project not only sparks joy but is also risk-free.",
"main": "lib/index.js",
"bin": {
"lilmolly": "lib/index.js"
},
"scripts": {
"check:unused": "lilmolly",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/renefournier/molly.git"
},
"keywords": [
"svelte",
"sveltekit",
"remove",
"unused",
"unimported",
"components",
"tidy",
"clean",
"spark",
"joy",
"haikus"
],
"author": "René Fournier",
"license": "MIT",
"bugs": {
"url": "https://github.com/renefournier/molly/issues"
},
"homepage": "https://github.com/renefournier/molly#readme",
"engines": {
"node": ">=14.0.0"
},
"private": false
}