-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 980 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
{
"name": "opensource-marketplace",
"version": "0.0.1",
"description": "A collection 3rd-party code that's used to manage the open source marketplace contributions.",
"scripts": {
"pretty:check:templates": "prettier --check ./templates",
"validate:templates": "node ./scripts/templates/validate-templates.js",
"add:template": "hygen generator template"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/opensource-marketplace.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/auth0/opensource-marketplace/issues"
},
"homepage": "https://github.com/auth0/opensource-marketplace#readme",
"devDependencies": {
"hygen": "^6.2.11",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
}
}