forked from growilabs/growi-plugin-templates-for-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 744 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
32
33
34
35
{
"name": "growi-plugin-templates-for-profile",
"version": "1.0.0",
"description": "GROWI plugin test for markdown",
"license": "MIT",
"keywords": [
"growi",
"growi-plugin"
],
"type": "module",
"scripts": {
"test": "vitest run"
},
"dependencies": {
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.18.0",
"eslint-config-weseek": "^2.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vitest": "^0.2.5",
"typescript": "^5.1.3",
"vitest": "^0.32.0"
},
"growiPlugin": {
"schemaVersion": "4",
"types": [
"template"
],
"locales": [
"en_US", "ja_JP", "zh_CN"
]
}
}