-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 830 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 830 Bytes
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
36
{
"name": "@please.dev/lib",
"version": "0.6.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:check": "prettier --check . && eslint .",
"lint:fix": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.1",
"decompress": "^4.2.1",
"getos": "^3.2.1",
"jsdom": "^16.6.0",
"macos-release": "^2.5.0",
"node-fetch": "^2.6.1",
"ora": "^5.4.1",
"which": "^2.0.2"
},
"devDependencies": {
"eslint": "^7.29.0",
"prettier": "^2.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pleasecmd/please.git"
},
"bugs": {
"url": "https://github.com/pleasecmd/please/issues"
},
"homepage": "https://please.dev"
}