hexllo
Version:
29 lines (28 loc) • 615 B
JSON
{
"name": "hexllo",
"version": "1.0.3",
"description": "",
"main": "",
"scripts": {
"babel": "babel",
"build": "npm run babel -- src --out-dir dist --source-maps inline",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"bin": {
"sayHi": "dist/sayHi.js",
"sayBye": "dist/sayBye.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1"
}
}