-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
39 lines (39 loc) · 850 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
36
37
38
39
{
"name": "strapi-plugin-todo",
"version": "0.0.10",
"description": "Keep track of your content management with todo lists",
"strapi": {
"name": "todo",
"displayName": "Todo",
"description": "Keep track of your content management with todo lists.",
"kind": "plugin"
},
"author": {
"name": "Rémi de Juvigny"
},
"maintainers": [
{
"name": "A Strapi developer"
}
],
"engines": {
"node": ">=12.x.x <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/remidej/strapi-plugin-todo.git"
},
"devDependencies": {
"@strapi-community/eslint-config": "^0.4.0",
"eslint": "^8.15.0",
"prettier": "^2.6.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"scripts": {
"lint": "eslint ."
}
}