This repository was archived by the owner on Jan 2, 2022. It is now read-only.
generated from jonahsnider/typescript-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.13 KB
/
package.json
File metadata and controls
56 lines (56 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
48
49
50
51
52
53
54
55
56
{
"author": {
"email": "jonah@jonah.pw",
"name": "Jonah Snider",
"url": "https://jonah.pw"
},
"bugs": {
"url": "https://github.com/jonahsnider/netlify-cache-nextjs/issues"
},
"dependencies": {
"@netlify/cache-utils": "2.0.4"
},
"devDependencies": {
"eslint-plugin-prettier": "4.0.0",
"netlify-cli": "8.0.10",
"prettier": "2.5.0",
"prettier-config-xo": "2.0.0",
"semantic-release": "18.0.1",
"tsdx": "0.14.1",
"tslib": "2.3.1",
"typescript": "4.5.2"
},
"engines": {
"node": ">=8.3.0"
},
"files": [
"dist",
"src",
"manifest.yml"
],
"keywords": [
"netlify",
"netlify-plugin",
"next.js",
"nextjs"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/netlify-cache-nextjs.esm.js",
"name": "netlify-plugin-cache-nextjs",
"repository": {
"type": "git",
"url": "git+https://github.com/jonahsnider/netlify-cache-nextjs.git"
},
"scripts": {
"build": "tsdx build",
"e2e:local": "netlify build",
"lint": "tsdx lint",
"style": "prettier --ignore-path .gitignore --check ."
},
"typings": "dist/index.d.ts",
"version": "0.0.0-development",
"xo": {
"prettier": true
}
}