You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
579 B
26 lines
579 B
{ |
|
"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": { |
|
"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" |
|
}
|
|
|