{
  "name": "@ghaniza/wordify",
  "version": "0.1.1",
  "main": "lib/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ghaniza/wordify.git"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-typescript": "^7.15.0",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.9.1",
    "babel-jest": "^27.2.0",
    "jest": "^27.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "ts-node": "^10.2.1"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prebuild": "rimraf ./lib",
    "prepack": "npm run build",
    "start": "npm run build && node lib/index.js"
  }
}
