-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.1 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
43
{
"name": "yona-export",
"version": "0.5.0",
"description": "",
"main": "app/app.js",
"type": "module",
"scripts": {
"start": "node app/app.js",
"test": "jest --verbose",
"test-watch": "npm test -- --watch",
"lint": "eslint app test *.js",
"test-run": "node run.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yona-projects/yona-export"
},
"dependencies": {
"commander": "^2.11.0",
"fs-extra": "^3.0.1",
"gray-matter": "^2.1.0",
"humanize-plus": "^1.8.2",
"moment": "^2.15.2",
"unirest": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/node": "^7.13.13",
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.18.0",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1",
"jest": "^26.6.3"
}
}