You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
If there is a `wscript` file in the root of your package, npm will
24
-
default the `preinstall` command to compile using node-waf.
25
-
26
-
*`"scripts":{"preinstall": "node-gyp rebuild"}`
27
-
28
-
If there is a `binding.gyp` file in the root of your package, npm will
29
-
default the `preinstall` command to compile using node-gyp.
30
-
31
-
*`"contributors": [...]`
32
-
33
-
If there is an `AUTHORS` file in the root of your package, npm will
34
-
treat each line as a `Name <email> (url)` format, where email and url
35
-
are optional. Lines which start with a `#` or are blank, will be
36
-
ignored.
37
-
38
12
## name
39
13
40
14
The *most* important things in your package.json are the name and version fields.
@@ -122,16 +96,8 @@ You can check [the full list of SPDX license IDs](https://spdx.org/licenses/).
0 commit comments