forked from otris/node-documents-scripting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 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
{
"name": "node-documents-scripting",
"version": "7.3.1",
"description": "This node module provides support for creating and editing JavaScript files on a DOCUMENTS Server.",
"repository": {
"type": "git",
"url": "https://github.com/otris/node-documents-scripting"
},
"license": "MIT",
"main": "out/src/main.js",
"types": "node-documents-scripting.d.ts",
"publisher": "otris-software",
"author": {
"name": "otris-software",
"email": "[email protected]"
},
"scripts": {
"compile": "tsc -p ./",
"postinstall": "tsc -p ./",
"simpleUpload": "node ./examples/simpleUpload.js",
"simpleDownload": "node ./examples/simpleDownload.js",
"simpleTest": "node ./examples/simpleTest.js"
},
"dependencies": {
"@otris/node-sds": "^2.3.0",
"@types/node": "^7.0.4",
"fs-extra": "^9.1.0",
"reduce-for-promises": "^1.2.1",
"strip-json-comments": "^3.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"ts-node": "^9.1.1",
"tslint": "^6.1.3"
}
}