-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
40
41
42
43
44
45
46
47
{
"name": "strapi-plugin-autoincrement",
"version": "0.1.0-alpha.3",
"description": "A plugin to enable autoincrementable custom fields.",
"strapi": {
"name": "strapi-plugin-autoincrement",
"description": "A plugin to enable autoincrementable custom fields.",
"kind": "plugin",
"displayName": "Autoincrement"
},
"dependencies": {},
"author": {
"name": "Bruno Alexis Faúndez Valenzuela",
"email": "developers@ferativ.com",
"url": "https://esemismobruno.com"
},
"maintainers": [
{
"name": "Bruno Alexis Faúndez Valenzuela",
"email": "developers@ferativ.com",
"url": "https://esemismobruno.com"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesxt/strapi-plugin-autoincrement.git"
},
"bugs": {
"url": "https://github.com/codesxt/strapi-plugin-autoincrement/issues"
},
"funding": [
{
"type" : "ko-fi",
"url" : "https://ko-fi.com/codesxt"
}
],
"keywords": [
"strapi",
"autoincrement",
"custom-fields"
],
"license": "MIT"
}