-
Notifications
You must be signed in to change notification settings - Fork 683
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1007 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1007 Bytes
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
{
"name": "@rushstack/heft-napi-rs-plugin",
"version": "0.0.0",
"description": "Heft plugin for NAPI-RS",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-napi-rs-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft-napi-rs-plugin.d.ts",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^1.1.4",
"@napi-rs/cli": "^3.3.0"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"tapable": "2.3.0"
},
"devDependencies": {
"@types/heft-jest": "1.0.2",
"@rushstack/heft": "workspace:*",
"eslint": "9.25.1",
"@rushstack/heft-node-rig": "workspace:*",
"@napi-rs/cli": "3.3.0"
}
}