brain-games-impedance
Version:
games for brain
38 lines (37 loc) • 851 B
JSON
{
"name": "brain-games-impedance",
"version": "1.0.4",
"description": "games for brain",
"main": "",
"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"author": "impedance",
"license": "ISC",
"bin": {
"brain-games": "dist/bin/brain-games.js"
},
"files": [
"dist"
],
"keywords": [
"brain-games",
"impedance",
"hexlet-learning-project"
],
"devDependencies": {
"@babel/cli": "^7.2.2",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"eslint-plugin-babel": "^5.3.0"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"readline-sync": "^1.4.9"
}
}