mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-24 11:14:29 -08:00
Add missing package.json
This commit is contained in:
parent
c290f92020
commit
4fe8c3558f
2 changed files with 1575 additions and 0 deletions
1543
package-lock.json
generated
Normal file
1543
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
32
package.json
Normal file
32
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue