We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb1984 commit 151cc34Copy full SHA for 151cc34
package.json
@@ -3,21 +3,26 @@
3
"version": "VERSION",
4
"description": "Scratch Addons’ addons data",
5
"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
+ },
13
"repository": {
14
"url": "git+https://github.com/scratchaddons-community/addons-data-script.git"
15
},
16
"license": "GPLv3",
17
"maintainers": [
18
"RedGuy12"
19
],
- "main": "addons.json",
20
"types": "types.d.ts",
21
"files": [
22
"package.json",
23
"addons.json",
24
"manifest.json",
25
"LICENSE",
26
"types.d.ts"
- ],
- "scripts": {}
27
+ ]
28
}
0 commit comments