source: trip-planner-front/node_modules/@npmcli/node-gyp/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 733 bytes
Line 
1{
2 "name": "@npmcli/node-gyp",
3 "version": "1.0.3",
4 "description": "Tools for dealing with node-gyp packages",
5 "scripts": {
6 "test": "tap",
7 "preversion": "npm test",
8 "postversion": "npm publish",
9 "prepublishOnly": "git push origin --follow-tags"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/npm/node-gyp.git"
14 },
15 "keywords": [
16 "npm",
17 "cli",
18 "node-gyp"
19 ],
20 "files": [
21 "lib/**/*.js"
22 ],
23 "main": "lib/index.js",
24 "author": "Brian Jenkins <bonkydog@bonkydog.com>",
25 "license": "ISC",
26 "tap": {
27 "check-coverage": true,
28 "coverage-map": "map.js"
29 },
30 "devDependencies": {
31 "require-inject": "^1.4.4",
32 "tap": "^14.10.6",
33 "tmp": "^0.2.1"
34 }
35}
Note: See TracBrowser for help on using the repository browser.