Skip to content

Commit 151cc34

Browse files
authored
Update package.json
1 parent 3eb1984 commit 151cc34

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,26 @@
33
"version": "VERSION",
44
"description": "Scratch Addons’ addons data",
55
"homepage": "https://github.com/scratchaddons-community",
6+
"main": "addons.json",
7+
"scripts": {},
8+
"prettier": "@redguy12/prettier-config",
9+
"devDependencies": {
10+
"@redguy12/prettier-config": "3.1.1",
11+
"prettier": "3.3.3"
12+
},
613
"repository": {
714
"url": "git+https://github.com/scratchaddons-community/addons-data-script.git"
815
},
916
"license": "GPLv3",
1017
"maintainers": [
1118
"RedGuy12"
1219
],
13-
"main": "addons.json",
1420
"types": "types.d.ts",
1521
"files": [
1622
"package.json",
1723
"addons.json",
1824
"manifest.json",
1925
"LICENSE",
2026
"types.d.ts"
21-
],
22-
"scripts": {}
27+
]
2328
}

0 commit comments

Comments
 (0)