-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 902 Bytes
/
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
{
"name": "webpack-hash-cache",
"version": "0.4.6",
"description": "An experimental incremental build plugin for Webpack.",
"main": "lib/index.js",
"author": "cfruit <[email protected]>",
"license": "MIT",
"napi": {
"name": "webpack-hash-cache",
"triples": {
"defaults": false,
"additional": [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu"
]
}
},
"devDependencies": {
"@napi-rs/cli": "^2.4.0"
},
"engines": {
"node": ">= 12"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"test": "exit 0",
"prepublishOnly": "napi prepublish -t npm",
"version": "napi version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cargurus/webpack-hash-cache.git"
}
}