-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 873 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
39
40
{
"name": "@sudoo/marked-mixin-json",
"version": "1.0.0",
"description": "Json Mixin for Marked",
"repository": {
"type": "git",
"url": "git+https://github.com/SudoDotDog/Sudoo-Marked-Mixin-Json.git"
},
"author": "WMXPY",
"license": "MIT",
"bugs": {
"url": "https://github.com/SudoDotDog/Sudoo-Marked-Mixin-Json/issues"
},
"homepage": "https://github.com/SudoDotDog/Sudoo-Marked-Mixin-Json#readme",
"dependencies": {
"@sudoo/marked-mixin": "^1.4.0"
},
"peerDependencies": {
"@sudoo/marked": "*"
},
"devDependencies": {
"@sudoo/marked": "^3.21.4",
"@sudoo/triforce": "^3.11.0"
},
"nyc": {
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
],
"instrument": true,
"reporter": [
"json",
"text-summary"
],
"report-dir": "coverage",
"sourceMap": true
}
}