{ "name": "smart-date", "version": "0.1.0", "scripts": { "build-es6": "bash ./build-es6.sh; minify ./es6/smart-date.js --out-file ./es6/smart-date.min.js", "build-es5": "babel ./es6/smart-date.js --out-file ./es5/smart-date.js --presets @babel/env; minify ./es6/smart-date.js --out-file ./es6/smart-date.min.js" }, "devDependencies": { "babel-cli": "^6.0.0" } }