Browse Source

updated package.json

master
Youen Toupin 3 years ago
parent
commit
b56d805350
  1. 13
      simulator/package.json

13
simulator/package.json

@ -2,20 +2,21 @@
"name": "simulator",
"version": "1.0.0",
"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": {},
"devDependencies": {
"typescript": "^4.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vehicle",
"energy",
"simulator",
"simulation"
],
"author": "vhelio",
"license": "ISC"
"author": "Vélo solaire pour tous",
"license": "BSD-3-Clause"
}

Loading…
Cancel
Save