generated from enmity-mod/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.04 KB
/
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
32
33
34
35
36
37
{
"name": "dislate",
"description": "translates",
"version": "1.0.0",
"license": "GPL-3.0",
"author": "Acquite",
"scripts": {
"build": "rollup -c --configPlugin esbuild",
"watch": "nodemon"
},
"devDependencies": {
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^10.0.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",
"onchange": "^7.1.0",
"prettier": "^2.8.1",
"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": "*",
"translate": "^1.4.1"
}
}