-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
30 lines (30 loc) · 1.06 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
{
"name": "heft-node-everything-esm-module-test",
"description": "Building this project tests every task and config file for Heft when targeting the Node.js runtime when configured to use ESM module support",
"version": "1.0.0",
"private": true,
"main": "lib/index.js",
"type": "module",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"local-eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-api-extractor-plugin": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"eslint": "~8.57.0",
"heft-example-plugin-01": "workspace:*",
"heft-example-plugin-02": "workspace:*",
"tslint": "~5.20.1",
"typescript": "~5.4.2"
}
}