-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 905 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
{
"name": "gatsby-plugin-excerpts",
"description": "A powerful way to extract excerpts from content",
"keywords": [
"gatsby",
"gatsby-plugin",
"excerpts",
"snippets"
],
"author": {
"name": "Joshua Walsh",
"email": "josh@ymindustries.com",
"url": "https://www.joshwalsh.me/"
},
"repository": {
"type": "git",
"url": "https://github.com/JoshuaWalsh/gatsby-plugin-excerpts.git"
},
"scripts": {
"build": "tsc && babel --out-dir=. build/",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@types/cheerio": "^0.22.10",
"gatsby": "^2.18.17",
"typescript": "^3.2.2"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"snyk": "^1.272.0",
"truncate-html": "^1.0.3"
},
"snyk": true
}