-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1 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": "lyf",
"version": "2.0",
"description": "Learn JavaScript with Bitburner",
"main": "index.js",
"scripts": {
"clean": "prettier --write README.md doc/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quacksouls/lyf.git"
},
"keywords": [],
"author": "Duck McSouls",
"license": "CC BY-NC-SA 4.0",
"bugs": {
"url": "https://github.com/quacksouls/lyf/issues"
},
"homepage": "https://github.com/quacksouls/lyf",
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdownlint": "^0.5.0",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^5.0.1",
"markdownlint": "^0.32.1",
"prettier": "^3.1.0"
},
"directories": {
"doc": "doc"
}
}