-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.02 KB
/
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
{
"name": "global-modules-path",
"version": "3.0.0",
"description": "Returns path to globally installed package",
"main": "./lib/index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --timeout 1500 test/",
"lint": "eslint lib/* test/*",
"integration-tests:linux": "cd integration-tests && ./linux.sh",
"integration-tests:windows": "cd integration-tests && windows.cmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rosen-vladimirov/global-modules-path.git"
},
"keywords": [
"npm",
"global",
"installed",
"path"
],
"author": "Rosen Vladimirov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rosen-vladimirov/global-modules-path/issues"
},
"homepage": "https://github.com/rosen-vladimirov/global-modules-path#readme",
"devDependencies": {
"chai": "3.5.0",
"eslint": "8.31.0",
"istanbul": "0.4.5",
"mocha": "10.2.0",
"spec-xunit-file": "0.0.1-3"
}
}