forked from qt-creator/extension-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 671 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "registry",
"version": "1.0.0",
"description": "We register stuff",
"type": "module",
"scripts": {
"all": "npm run validate && npm run check-hashes && npm run update-ext-badge",
"update-ext-badge": "npx badge Extensions $(find registry -name extension.json -o -name pack.json | wc -l) :brightgreen > badges/extensions.svg",
"validate": "node scripts/validate.js",
"check-hashes": "node scripts/checkhashes.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ajv": "^8.17.1",
"badge-maker": "^4.1.0",
"probe-image-size": "^7.2.3",
"lua-in-js": "^2.2.5",
"luaparse": "github:Maddimax/luaparse"
}
}