-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 908 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
{
"name": "@teammaestro/node-document-service",
"private": false,
"version": "2.8.0",
"description": "A TypeScript node.js client that interfaces with the Maestro Document Service",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w",
"postpublish": "git push && git push --tags",
"prepack": "tsc",
"postpack": "rm *.d.ts && rm *.js && rm -rf interfaces types"
},
"author": "TeamMaestro",
"repository": {
"type": "git",
"url": "https://github.com/TeamMaestro/node-document-service/"
},
"license": "Apache 2.0",
"dependencies": {
"query-string": "^5.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"@types/request": "^2.0.7",
"@types/request-promise": "^4.1.39",
"typescript": "^3.1.6",
"tslint": "^5.1.0"
}
}