UNPKG

petrche1

Version:
40 lines (39 loc) 883 B
{ "name": "petrche1", "version": "1.0.3", "description": "my first hexlet project", "main": "babel.config.js", "keywords": [ "game", "brain", "petr", "che" ], "bin": { "brain-games": "dist/bin/brain-games.js" }, "files": [ "dist" ], "scripts": { "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/PetChe/project-lvl1-s466.git" }, "license": "ISC", "devDependencies": { "@babel/core": "7.4.0", "@babel/cli": "7.2.3", "@babel/node": "7.2.2", "@babel/preset-env": "7.4.1" }, "bugs": { "url": "https://github.com/PetChe/project-lvl1-s466/issues" }, "homepage": "https://github.com/PetChe/project-lvl1-s466#readme", "dependencies": {}, "author": "PetrChe" }