{
  "name": "service-dtone",
  "version": "1.1.15",
  "description": "This is a service to access api from DTOne",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon ./build/example.js",
    "build": "tsc --build",
    "dev": "tsnd --respawn ./src/index.ts"
  },
  "author": {
    "name": "debbysa",
    "email": "deby.silviaagnes@gmail.com",
    "url": "https://github.com/debbysa"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "nodemon": "^2.0.6",
    "ts-node-dev": "^1.0.0"
  },
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/express": "^4.17.9",
    "typescript": "^4.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/debbysa/service-dtone.git"
  },
  "bugs": {
    "url": "https://github.com/debbysa/service-dtone/issues"
  },
  "homepage": "https://github.com/debbysa/service-dtone.git#readme"
}
