{ "name": "vehicle-simulator", "version": "1.0.0", "description": "Vehicle energy consumption and production simulator", "repository": { "type": "git", "url": "https://gitea.youb.fr/youen/vehicle-simulator.git", "directory": "simulator" }, "scripts": { "build": "node tools/build.js" }, "dependencies": {}, "devDependencies": { "node-sass": "^6.0.1", "purify-css": "^1.2.5", "typescript": "^4.4.3" }, "keywords": [ "vehicle", "energy", "simulator", "simulation" ], "author": "VĂ©lo solaire pour tous", "license": "AGPL-3.0-or-later" }