{
  "name": "totjs",
  "version": "2.0.1",
  "description": "Markup-like Database without Indexing",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "totjs": "dist/index.js"
  },
  "scripts": {
    "pack": "node pack/index.js",
    "webpack": "npx webpack --config webpack.config.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opdev1004/totjs.git"
  },
  "keywords": [
    "file format",
    "data store",
    "data management",
    "data manager",
    "database",
    "IO system",
    "Markup"
  ],
  "author": "Victor Chanil Park",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/opdev1004/totjs/issues"
  },
  "homepage": "https://github.com/opdev1004/totjs#readme",
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "jest": "^29.7.0",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "chalk": "^5.3.0"
  }
}
