-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "braingk58",
"version": "1.1.3",
"description": "mini-games for you and your family",
"keywords": [
"mini-games",
"brain-games",
"games"
],
"bin": {
"brain-games": "dist/bin/brain-games.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"author": "kir58",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0"
},
"dependencies": {
"hexlet-pairs": "^1.0.8",
"readline-sync": "^1.4.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kir58/project-lvl1-s412.git"
},
"bugs": {
"url": "https://github.com/kir58/project-lvl1-s412/issues"
},
"homepage": "https://github.com/kir58/project-lvl1-s412#readme"
}