-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 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
{
"name": "@code-dot-org/remark-plugins",
"version": "2.0.0",
"description": "Library of all Remark plugins we use",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "tape test/*.test.js",
"preversion": "npm run test",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-dot-org/remark-plugins.git"
},
"author": "Code.org <[email protected]> (http://code.org)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/code-dot-org/remark-plugins/issues"
},
"homepage": "https://github.com/code-dot-org/remark-plugins#readme",
"devDependencies": {
"eslint": "^5.16.0",
"hast-util-sanitize": "^3.0.2",
"rehype-raw": "^5.1.0",
"rehype-sanitize": "^4.0.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-redactable": "2.0.2",
"remark-rehype": "^8.1.0",
"remark-stringify": "^8.1.1",
"tape": "^4.10.2",
"unified": "^9.2.2",
"unist-builder": "^2.0.3"
}
}