-
Notifications
You must be signed in to change notification settings - Fork 683
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.1.15",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-dev-cert-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft-dev-cert-plugin.d.ts",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.44.2"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*",
"@rushstack/node-core-library": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"webpack-dev-server": "~4.7.4",
"webpack": "~5.68.0"
}
}