UNPKG

hastaport

Version:
41 lines (40 loc) 1.5 kB
{ "name": "hastaport", "version": "1.0.0", "description": "Hastaport babel", "main": "D:/Projects/pub/web/v1002/common/scripts/lib/babel-server.js", "scripts": { "start": "nodemon --exec babel-node D:/Projects/pub/web/v1002/common/scripts/lib/babel-server.js", "build": "babel D:/Projects/pub/web/v1002/common/scripts/lib --out-dir D:/Projects/pub/web/v1002/common/scripts/src --copy-files --ignore D:/Projects/pub/web/v1002/common/scripts/lib/bootStrap.js", "test": "babel D:/Projects/pub/web/v1002/common/scripts/lib/temp.js --out-file D:/Projects/pub/web/v1002/common/scripts/src/temp.js", "serve": "node D:/Projects/pub/web/v1002/common/scripts/src/babel-server.js" }, "repository": { "type": "git", "url": "git+https://github.com/cayanoglu/hastaport.git" }, "keywords": [ "hasta", "patient" ], "author": "cayanoglu@gmail.com", "license": "ISC", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.4.0", "@babel/generator": "^7.4.0", "@babel/node": "^7.2.2", "@babel/preset-env": "^7.4.2", "babel-plugin-minify-mangle-names": "^0.5.0", "babel-plugin-transform-remove-undefined": "^0.5.0", "babel-plugin-transform-undefined-to-void": "^6.9.4", "babel-preset-minify": "^0.5.0", "nodemon": "^1.18.10", "npx-run": "^2.1.2" }, "bugs": { "url": "https://github.com/cayanoglu/hastaport/issues" }, "homepage": "https://github.com/cayanoglu/hastaport#readme", "dependencies": {} }