-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 981 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 981 Bytes
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
{
"name": "strapi-typed",
"version": "1.0.20",
"description": "Strapi v4 - Types & utilities",
"types": "./types/index.d.ts",
"scripts": {
"publish:latest": "cd build && npm publish --tag latest"
},
"repository": {
"type": "git",
"url": "https://github.com/VirtusLab-Open-Source/strapi-typed"
},
"dependencies": {
"@strapi/plugin-graphql": "^4.25.8",
"@strapi/utils": "^4.25.8",
"@types/react": "^18.0.28",
"@types/react-intl": "^3.0.0"
},
"devDependencies": {
"typescript": "5.2.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.25.8"
},
"author": {
"name": "VirtusLab",
"email": "strapi@virtuslab.com",
"url": "https://virtuslab.com"
},
"maintainers": [
{
"name": "VirtusLab // Mateusz Ziarko",
"email": "mziarko@virtuslab.com",
"url": "https://virtuslab.com"
}
],
"keywords": [
"strapi",
"types",
"interfaces",
"typescript"
],
"license": "MIT"
}