forked from XadillaX/detect-python-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 808 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
{
"name": "detect-python-interpreter",
"version": "1.0.1",
"description": "Detect the executable python interpreter cmd in $PATH.",
"author": "XadillaX <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/XadillaX/detect-python-interpreter.git"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/XadillaX/detect-python-interpreter/issues"
},
"homepage": "https://github.com/XadillaX/detect-python-interpreter#readme",
"keywords": [
"python"
],
"devDependencies": {
"egg-bin": "^6.4.2",
"eslint": "^8.13.0",
"eslint-config-egg": "^11.0.1",
"mm": "^3.3.0"
},
"scripts": {
"ci": "npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint .",
"test": "egg-bin test"
}
}