forked from pulumi/registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.3 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "registry",
"version": "0.0.1",
"private": true,
"repository": "[email protected]:pulumi/registry",
"author": "Christian Nunciato <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@octokit/auth-action": "^1.3.2",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",
"@slack/web-api": "^5.12.0",
"aws-sdk": "^2.1567.0",
"broken-link-checker": "^0.7.8",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^6.0.0",
"cssnano": "^5.0.8",
"cypress": "^13.6.4",
"glob": "^7.2.0",
"htmlparser2": "^9.1.0",
"http-server": "^0.12.1",
"js-yaml": "^4.1.0",
"jsdom": "^22.0.0",
"markdownlint": "^0.28.0",
"mocha": "^10.6.0",
"postcss": "^8.3.7",
"postcss-cli": "^8.3.1",
"sitemapper": "^3.2.2",
"util": "^0.12.5"
},
"scripts": {
"minify-css": "node scripts/minify-css.js",
"test-api-docs": "NODE_OPTIONS=--max_old_space_size=8192 mocha scripts/tests -n expose-gc --reporter mocha-ctrf-json-reporter"
},
"devDependencies": {
"chai": "4.2.0",
"cypress-multi-reporters": "^1.6.4",
"mocha-ctrf-json-reporter": "^0.0.4"
}
}