-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 914 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 914 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
{
"name": "@please.dev/repo",
"version": "1.0.0",
"description": "This is the `please` repo. It holds build and install instructions for all commands and operatings systems. It also provies information on fetching prebuilt binaries, as well as JavaScript functions that can be run as shell commands.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:check": "prettier --check . && eslint .",
"lint:fix": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/pleasecmd/repo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pleasecmd/repo/issues"
},
"homepage": "https://github.com/pleasecmd/repo#readme",
"devDependencies": {
"eslint": "^7.29.0",
"prettier": "^2.3.2"
},
"dependencies": {
"@please.dev/lib": "^0.6.2"
}
}