forked from acquitelol/vendetta-compat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 884 Bytes
/
package.json
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
31
{
"name": "plugin-template",
"description": "Template for enmity plugins.",
"version": "1.0.0",
"license": "GPL-3.0",
"author": "Zoey & eternal",
"scripts": {
"build": "rollup -c --configPlugin esbuild"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"esbuild": "^0.14.9",
"eslint": "^8.5.0",
"rollup": "^2.62.0",
"rollup-plugin-esbuild": "^4.8.2"
},
"optionalDependencies": {
"esbuild-darwin-64": "^0.14.21",
"esbuild-darwin-arm64": "^0.14.21",
"esbuild-linux-64": "^0.14.21",
"esbuild-windows-64": "^0.14.21"
},
"dependencies": {
"enmity": "*"
}
}