tp-figma-js/package.json

32 lines
713 B
JSON
Raw Normal View History

2021-10-17 16:14:12 +00:00
{
"name": "tp-figma",
"version": "1.0.0",
"description": "TP sur JavaScript, API et Parcell",
"main": "index.html",
"scripts": {
2021-10-18 09:20:00 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html"
2021-10-17 16:14:12 +00:00
},
"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"
}
}