updated package.json
This commit is contained in:
parent
21695d8331
commit
b56d805350
@ -2,20 +2,21 @@
|
|||||||
"name": "simulator",
|
"name": "simulator",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Vehicle energy consumption and production simulator",
|
"description": "Vehicle energy consumption and production simulator",
|
||||||
"main": "index.js",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitea.youb.fr/youen/vhelio-simulator.git",
|
||||||
|
"directory": "simulator"
|
||||||
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.4.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vehicle",
|
"vehicle",
|
||||||
"energy",
|
"energy",
|
||||||
"simulator",
|
"simulator",
|
||||||
"simulation"
|
"simulation"
|
||||||
],
|
],
|
||||||
"author": "vhelio",
|
"author": "Vélo solaire pour tous",
|
||||||
"license": "ISC"
|
"license": "BSD-3-Clause"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user