first
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "ics-gateway-homeassistant",
|
||||
"version": "1.0.0",
|
||||
"description": "Gateway Node.js pour corriger les fichiers ICS et les rendre compatibles avec Home Assistant",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.11.0",
|
||||
"express": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1"
|
||||
},
|
||||
"keywords": [
|
||||
"ics",
|
||||
"calendar",
|
||||
"homeassistant",
|
||||
"gateway"
|
||||
],
|
||||
"author": "Votre nom",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user