-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 784 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 784 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
28
29
30
{
"name": "plugintemplate",
"version": "1.2.0",
"description": "Template plugin example for flowerLoader",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flowerLoader/PluginTemplate.git"
},
"author": "Robin",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/flowerLoader/PluginTemplate/issues"
},
"homepage": "https://github.com/flowerLoader/PluginTemplate#readme",
"dependencies": {
"@flowerloader/api": "^1.2.0",
"@flowerloader/coawtypes": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^8.57.0",
"globals": "^15.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
}
}