Skip to content

Instantly share code, notes, and snippets.

@niradler
Created December 31, 2017 14:58
Show Gist options
  • Save niradler/06cba57d0de39f133ec6832d95c00443 to your computer and use it in GitHub Desktop.
Save niradler/06cba57d0de39f133ec6832d95c00443 to your computer and use it in GitHub Desktop.
{
"name": "project-name",
"version": "0.0.1",
"description": "baebl simple use",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel source --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"author": "Nir Adler",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment