-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
39
40
41
42
43
44
45
46
47
{
"name": "@rushstack/rush-pnpm-kit-v9",
"version": "0.2.8",
"description": "rush pnpm kit v9",
"license": "MIT",
"main": "./lib-commonjs/index.js",
"module": "./lib-esm/index.js",
"types": "./dist/rush-pnpm-kit-v9.d.ts",
"exports": {
".": {
"types": "./dist/rush-pnpm-kit-v9.d.ts",
"node": "./lib-commonjs/index.js",
"import": "./lib-esm/index.js",
"require": "./lib-commonjs/index.js"
},
"./lib/*": {
"types": "./lib-dts/*.d.ts",
"node": "./lib-commonjs/*.js",
"import": "./lib-esm/*.js",
"require": "./lib-commonjs/*.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"lib/*": [
"lib-dts/*"
]
}
},
"scripts": {
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean",
"build": "heft build --clean",
"test": "heft test --clean"
},
"dependencies": {
"@pnpm/dependency-path-pnpm-v9": "npm:@pnpm/dependency-path@~5.1.7",
"@pnpm/lockfile.fs-pnpm-lock-v9": "npm:@pnpm/lockfile.fs@~1001.1.11",
"@pnpm/logger": "~1001.0.0"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*"
},
"sideEffects": false
}