forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "@rushstack/heft-typescript-plugin",
"version": "0.1.20",
"description": "Heft plugin for TypeScript",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-typescript-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft-typescript-plugin.d.ts",
"license": "MIT",
"scripts": {
"build": "heft test --clean",
"start": "heft build-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.58.1"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"@rushstack/heft-config-file": "workspace:*",
"@types/tapable": "1.0.6",
"semver": "~7.5.4",
"tapable": "1.1.3"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "2.2.6",
"@types/node": "14.18.36",
"@types/semver": "7.5.0",
"typescript": "~5.0.4"
}
}