package.json 758 Bytes
{
  "name": "dma-common-backend",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel index.js -D -d dist && babel src -D -d dist/src && babel ./.babelrc -D -d dist && babel ./package.json -D -d dist && echo '\n🍺  'Build success at `date '+%T %F'`"

  },
  "devDependencies": {
    "@babel/cli": "7.0.0-rc.1",
    "@babel/core": "7.0.0-rc.1",
    "@babel/node": "7.0.0-rc.1",
    "@babel/plugin-proposal-optional-chaining": "7.9.0",
    "@babel/preset-env": "7.0.0-rc.1"
  },
  "repository": {
    "type": "git",
    "url": "https://tanawat@192.168.10.40/DMA/dma-common-backend.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}