forked from do-community/cloud_haiku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 828 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
{
"name": "cloud_haiku",
"version": "1.0.0",
"description": "Haiku structure testing for cloud_haiku repo",
"main": "test.js",
"scripts": {
"test": "tap test.js -R min --no-coverage-report --timeout=300"
},
"repository": {
"type": "git",
"url": "git+https://github.com/do-community/cloud_haiku.git"
},
"author": "DigitalOcean Community Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/do-community/cloud_haiku/issues"
},
"homepage": "https://github.com/do-community/cloud_haiku#readme",
"dependencies": {
"node-fetch": "^2.6.1",
"remark": "^14.0.2",
"remark-extract-frontmatter": "^2.0.0",
"remark-frontmatter": "^1.3.2",
"strip-markdown": "^3.1.1",
"syllable": "^4.0.0",
"tap": "^14.6.9",
"to-vfile": "^6.0.0",
"yaml": "^1.7.0"
}
}