Add missing package.json

This commit is contained in:
Kristjan ESPERANTO 2024-09-13 21:02:04 +02:00
parent c290f92020
commit 4fe8c3558f
2 changed files with 1575 additions and 0 deletions

1543
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

32
package.json Normal file
View file

@ -0,0 +1,32 @@
{
"name": "mmm-pages",
"version": "1.0.0",
"description": "Add pages to your MagicMirror².",
"main": "MMM-pages.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdetweil/MMM-pages.git"
},
"keywords": [
"MagicMirror",
"pages",
"slides"
],
"author": "Edward Shen",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdetweil/MMM-pages/issues"
},
"homepage": "https://github.com/sdetweil/MMM-pages#readme",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin": "^2.8.0",
"eslint": "^9.10.0",
"globals": "^15.9.0"
}
}