-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 910 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
32
33
34
{
"name": "wole-joko",
"version": "1.0.0",
"description": "",
"scripts": {
"lint": "eslint \"src/**/*.js\" --fix",
"build": "NODE_ENV=production && parcel build index.html --experimental-scope-hoisting --no-source-maps",
"build-docs": "documentation build src/js/** -f html -o docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chalu/wole-joko.git"
},
"keywords": [],
"author": {
"name": "Charles Odili",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chalu/wole-joko/issues"
},
"homepage": "https://github.com/chalu/wole-joko#readme",
"devDependencies": {
"documentation": "^13.0.2",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"parcel-bundler": "^1.12.4"
},
"browserslist": [
"last 2 Chrome versions"
]
}