jsmp-infra-nik-package
Version:
my HW6 for Module2
28 lines (27 loc) • 728 B
JSON
{
"name": "jsmp-infra-nik-package",
"version": "1.0.4",
"description": "my HW6 for Module2",
"keywords": [
"node",
"scripts",
"bable"
],
"homepage": "https://www.npmjs.com/package/jsmp-infra-nik-package",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"compile": "babel *.js --out-dir build",
"compile-watch": "babel *.js --out-dir build --watch",
"test": "node ./build/test.js",
"clean": "rd /s /q build",
"task": "npm run compile && npm run clean && npm run compile && npm run test"
},
"author": "Mykyta Shaposhnikov",
"license": "ISC",
"devDependencies": {
"lodash": "^4.17.15",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}