{
  "name": "dc-nd-acl-sky",
  "version": "1.0.61",
  "description": "NodeJS app ACL for Digital Chameleon",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "commonjs",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf ./dist",
    "tsc": "tsc -p tsconfig.json",
    "prepublishOnly": "npm run tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://neogenelyn@bitbucket.org/chameleoncx/dc-node-acl.git"
  },
  "keywords": [
    "ACL",
    "SpringBoot",
    "Inspired",
    "Digital",
    "Chameleon"
  ],
  "author": "RANIL LA",
  "license": "ISC",
  "homepage": "https://bitbucket.org/chameleoncx/dc-node-acl#readme",
  "devDependencies": {
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@types/node": "^15.6.1",
    "mysql": "^2.18.1"
  }
}
