-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
41 lines (41 loc) · 1.17 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": "@saucelabs/theme-github-codeblock",
"version": "0.3.0",
"description": "A Docusaurus v2 plugin that supports referencing code examples from public GitHub repositories.",
"main": "build/index.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "tsc",
"release": "release-it --github.release --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"test": "jest",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saucelabs/docusaurus-code-references.git"
},
"keywords": [
"docusarus"
],
"author": "Open Source Program Office Sauce Labs <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saucelabs/docusaurus-code-references/issues"
},
"homepage": "https://github.com/saucelabs/docusaurus-code-references#readme",
"devDependencies": {
"@types/jest": "^27.0.0",
"@types/node": "^20.2.3",
"@types/react": "^18.2.7",
"@types/recursive-readdir": "^2.2.0",
"jest": "^26.6.3",
"release-it": "^17.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.3"
},
"publishConfig": {
"access": "public"
}
}