source: trip-planner-front/node_modules/@npmcli/run-script/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "@npmcli/run-script",
3 "version": "1.8.6",
4 "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
6 "license": "ISC",
7 "scripts": {
8 "test": "tap",
9 "preversion": "npm test",
10 "postversion": "npm publish",
11 "prepublishOnly": "git push origin --follow-tags",
12 "eslint": "eslint",
13 "lint": "npm run eslint -- \"lib/**/*.js\"",
14 "lintfix": "npm run lint -- --fix"
15 },
16 "tap": {
17 "check-coverage": true,
18 "coverage-map": "map.js"
19 },
20 "devDependencies": {
21 "eslint": "^7.19.0",
22 "eslint-plugin-import": "^2.22.1",
23 "eslint-plugin-node": "^11.1.0",
24 "eslint-plugin-promise": "^4.2.1",
25 "eslint-plugin-standard": "^5.0.0",
26 "minipass": "^3.1.1",
27 "require-inject": "^1.4.4",
28 "tap": "^15.0.4"
29 },
30 "dependencies": {
31 "@npmcli/node-gyp": "^1.0.2",
32 "@npmcli/promise-spawn": "^1.3.2",
33 "node-gyp": "^7.1.0",
34 "read-package-json-fast": "^2.0.1"
35 },
36 "files": [
37 "lib/**/*.js",
38 "lib/node-gyp-bin"
39 ],
40 "main": "lib/run-script.js",
41 "repository": {
42 "type": "git",
43 "url": "git+https://github.com/npm/run-script.git"
44 }
45}
Note: See TracBrowser for help on using the repository browser.