creation du package

This commit is contained in:
Vincent Ramiere 2021-10-17 18:14:12 +02:00
parent 97d9e3c0a8
commit 81b3ceca85
2 changed files with 14206 additions and 0 deletions

14176
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

30
package.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "tp-figma",
"version": "1.0.0",
"description": "TP sur JavaScript, API et Parcell",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlandineBajard/tp-figma-js.git"
},
"keywords": [
"html",
"css",
"js",
"api",
"reqres",
"parcell"
],
"author": "Blandine Bajard et Vincent Ramiere",
"license": "ISC",
"bugs": {
"url": "https://github.com/BlandineBajard/tp-figma-js/issues"
},
"homepage": "https://github.com/BlandineBajard/tp-figma-js#readme",
"devDependencies": {
"parcel": "^2.0.0"
}
}