-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 Bytes
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
{
"name": "node-docto",
"version": "0.3.2",
"description": "A node wrapper for the DocTo tool to convert Word and Excel tools using the installed Microsoft Word and Excel programs.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/KerimG/node-DocTo"
},
"keywords": [
"word",
"doc",
"docx",
"pdf",
"convert",
"conversion",
"xls",
"xlsx",
"xlsm"
],
"author": "Kerim Güney <kerim.gueney@taskforce-it.de> (https://taskforce-it.de)",
"license": "MIT",
"devDependencies": {
"eslint": "^7.11.0",
"prettier": "^2.1.2"
}
}