forked from travis-r6s/gridsome-source-strapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 993 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
40
41
{
"version": "0.4.4",
"name": "@travisreynolds/gridsome-source-strapi",
"description": "Forked Strapi source for Gridsome, with image downloading",
"homepage": "https://github.com/thetre97/gridsome-source-strapi#readme",
"repository": "https://github.com/thetre97/gridsome-source-strapi",
"private": false,
"main": "lib/index.js",
"files": [
"/lib"
],
"engines": {
"node": ">=12"
},
"keywords": [
"gridsome",
"gridsome-plugin",
"gridsome-source",
"strapi"
],
"scripts": {
"develop": "tsc --watch",
"build": "tsc",
"lint": "eslint . --ext js --fix"
},
"dependencies": {
"change-case": "^4.1.2",
"consola": "^2.15.3",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"p-map": "4",
"p-queue": "6.6.2",
"pluralize": "^8.0.0",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/pluralize": "^0.0.29",
"eslint-config-travisreynolds-node-ts": "^1.2.1"
}
}