← back to Charge And Explore

package.json

32 lines

{
  "name": "charge-and-explore",
  "version": "0.2.0",
  "private": true,
  "type": "module",
  "description": "Charge & Explore — an EV charging-stop 'experience finder'. Ranks reachable charging stops by the quality of the break you can take while the car charges. Codename: tesla.",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "test": "node --test backend/test/*.test.ts",
    "test:watch": "node --test --watch backend/test/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "ev",
    "charging",
    "tesla-fleet-api",
    "road-trip",
    "ios",
    "swiftui"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "stripe": "^22.4.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "typescript": "^5.9.3"
  }
}