-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
42
{
"name": "@razroo/razroo-remark-netlify",
"description": "Razroo Remark Netlify plugin",
"version": "1.2.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types",
"files": [
"cjs",
"esm",
"types"
],
"scripts": {
"lint": "web-scripts lint",
"test": "web-scripts test --ci",
"prebuild": "rm -rf cjs esm types",
"build": "web-scripts build",
"commit": "web-scripts commit",
"prerelease": "yarn build && yarn test",
"release": "web-scripts release",
"prepare": "web-scripts audit"
},
"license": "MIT",
"devDependencies": {
"@jomaxx/jest-polly": "^1.0.1",
"@spotify/web-scripts": "^6.1.0",
"@types/lodash.memoize": "^4.1.6",
"@types/node-fetch": "^2.5.5",
"husky": "^4.0.0",
"remark": "^11.0.2"
},
"dependencies": {
"lodash.memoize": "^4.1.2",
"node-fetch": "^2.6.0",
"unist-util-visit": "^2.0.2"
},
"publishConfig": {
"access": "public"
},
"author": "Charlie Greenman <charlie@razroo.com>",
"repository": "git@github.com:razroo/razroo-remark-netlify.git"
}