-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1005 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 1005 Bytes
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
{
"name": "katalyst-by-codurance-microsite",
"version": "1.0.0",
"description": "Promotional microsite for the Katalyst by Codurance brand, which is part of Codurance's Learning & Development service",
"main": "index.js",
"scripts": {
"upload:dev": "hs upload --account=sandbox version_control/katalyst_by_codurance version_control/katalyst_by_codurance",
"watch:dev": "hs watch --account=sandbox version_control/katalyst_by_codurance version_control/katalyst_by_codurance -i --remove",
"prettier": "npx prettier --write --trailing-comma none '**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codurance/katalyst-by-codurance-microsite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codurance/katalyst-by-codurance-microsite/issues"
},
"homepage": "https://github.com/codurance/katalyst-by-codurance-microsite#readme",
"dependencies": {
"@hubspot/cli": "^4.0.0",
"js-yaml": "^3.14.0"
}
}