-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 804 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ampdeckplus",
"version": "2.0.19",
"description": "Professional Stream Deck plugin for Plexamp - Modular Architecture",
"private": true,
"type": "module",
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix",
"pack": "npm run build && streamdeck pack com.dreadheadhippy.ampdeckplus.sdPlugin -f",
"dev": "npm run build:watch"
},
"keywords": ["streamdeck", "plexamp", "plex", "music", "controller"],
"author": "DreadHeadHippy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/ampdeckplus"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"eslint": "^10.0.0",
"rollup": "^4.57.1"
}
}