forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 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
42
{
"name": "@rushstack/package-extractor",
"version": "0.3.13",
"description": "A library for bundling selected files and dependencies into a deployable package.",
"main": "lib/index.js",
"typings": "dist/package-extractor.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "libraries/package-extractor"
},
"scripts": {
"build": "heft build --clean",
"test": "heft test --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"license": "MIT",
"dependencies": {
"@pnpm/link-bins": "~5.3.7",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"ignore": "~5.1.6",
"jszip": "~3.8.0",
"minimatch": "~3.0.3",
"npm-packlist": "~2.1.2"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/webpack-preserve-dynamic-require-plugin": "workspace:*",
"@types/glob": "7.1.1",
"@types/heft-jest": "1.0.1",
"@types/minimatch": "3.0.5",
"@types/node": "14.18.36",
"@types/npm-packlist": "~1.1.1",
"eslint": "~8.7.0",
"webpack": "~5.82.1"
}
}