{
  "name": "witheve2",
  "version": "0.3.0-preview5",
  "publishConfig": {
      "access": "public",
      "tag": "preview"
  },
  "description": "Programming designed for humans",
  "keywords": [
    "language",
    "ide",
    "relational",
    "database",
    "dataflow"
  ],
  "homepage": "http://witheve.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kant2002/Eve.git"
  },
  "bugs": {
    "url": "https://github.com/kant2002/Eve/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=7.4.0"
  },
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "postinstall": "tsc",
    "prepublish": "tsc",
    "test": "node build/test/all.js | faucet",
    "start": "echo 'Please download the eve-starter repository to begin using Eve <https://github.com/witheve/eve-starter>.'"
  },
  "dependencies": {
    "@types/commonmark": "^0.27.10",
    "@types/dateformat": "^5.0.3",
    "@types/node": "^24.3.1",
    "@types/tape": "^4.2.28",
    "chevrotain": "0.28.2",
    "commonmark": "^0.31.2",
    "dateformat": "^5.0.3",
    "express": "^4.14.0",
    "falafel": "^2.0.0",
    "javascript-natural-sort": "^0.7.1",
    "setimmediate": "^1.0.5",
    "typescript": "^5.9.2",
    "uuid": "^12.0.0"
  },
  "devDependencies": {
    "faucet": "0.0.1",
    "tape": "^4.6.0"
  }
}
