tarteauxmyrtilles/package.json

31 lines
641 B
JSON

{
"name": "tarteauxmyrtilles",
"version": "0.0.0",
"main": "index.ts",
"description": "Comply to the European cookie law",
"devDependencies": {
"typescript": "^5.2.2"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polynux/tarteauxmyrtilles.git"
},
"keywords": [
"cookie",
"law",
"rgpd",
"gdpr",
"cookie"
],
"author": "Guillaume Dorce",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/polynux/tarteauxmyrtilles.git"
},
"homepage": "https://github.com/polynux/tarteauxmyrtilles#readme"
}