-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 880 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",
"version": "1.0.0",
"description": "Plugin template for better discord",
"scripts": {
"start": "rollup --config -w",
"build": "rollup --config",
"watch": "rollup --config -w",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"author": {
"name": "chazzox",
"url": "https://twitter.com/_chazzox_"
},
"homepage": "https://github.com/chazzox/plugin-template#readme",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/bandagedbd__bdapi": "^0.3.2",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.43.2",
"terser": "^5.9.0",
"typescript": "^4.5.3"
}
}