-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 848 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": "ankify",
"version": "0.0.5",
"description": "",
"main": "Ankify",
"directories": {
"test": "tests"
},
"dependencies": {
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"unified": "^9.1.0",
"unist-util-find": "^1.0.1",
"unist-util-remove": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisispiggy/ankify.git"
},
"author": "",
"license": "ISC",
"bin": {
"ankify": "./index.js"
},
"bugs": {
"url": "https://github.com/thisispiggy/ankify/issues"
},
"homepage": "https://github.com/thisispiggy/ankify#readme",
"devDependencies": {
"serialize-javascript": "^4.0.0"
}
}