{
  "name": "stubble4js",
  "version": "2.1.1",
  "description": "Stubble realization for javascript",
  "main": "dist/Stubble.js",
  "typings": "dist/Stubble.d.ts",
  "scripts": {
    "test": "jest",
    "start": "node index.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yohanson555/stubble4js.git"
  },
  "keywords": [
    "stubble",
    "js"
  ],
  "author": "Yohanson555",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Yohanson555/stubble4js/issues"
  },
  "homepage": "https://github.com/Yohanson555/stubble4js#readme",
  "dependencies": {
    "esm": "^3.2.25",
    "lodash": "^4.17.21",
    "moment": "^2.24.0"
  },
  "devDependencies": {
    "@types/jest": "^29.0.3",
    "@types/lodash": "^4.14.185",
    "@types/node": "^18.7.18",
    "jest": "^29.0.3",
    "ts-jest": "^29.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  }
}
