UNPKG

2.43 kBJSONView Raw
1{
2 "name": "sl-node2",
3 "version": "3.5.263",
4 "description": "SeaLights NodeJS Agent 2.0",
5 "main": "tsOutputs/lib/api.js",
6 "scripts": {
7 "_test": "./node_modules/.bin/istanbul cover -x lib/coloring/cookie.js ./node_modules/mocha/bin/_mocha --recursive test/*",
8 "testw": "node_modules/.bin/mocha -w -b --recursive tsOutputs/test/unitTest",
9 "test": "node_modules/.bin/mocha -b --recursive tsOutputs/test/unitTest",
10 "integ": "node_modules/.bin/mocha integration-tests/test/*.js",
11 "build": "node_modules/.bin/tsc -p .",
12 "copy-test-resources": "./node_modules/.bin/copyfiles test/unitTest/resources/*.* tsOutputs",
13 "prepublish": "npm run copy-test-resources",
14 "pretest": "npm run copy-test-resources"
15 },
16 "keywords": [
17 "SeaLights",
18 "NodeJS"
19 ],
20 "directories": {
21 "lib": "lib"
22 },
23 "author": "Alon Weiss <alonw@sealights.io>",
24 "license": "UNLICENSED",
25 "bugs": {
26 "url": "https://github.com/Sealights/SL.OnPremise.Agents.NodeJS.TypeScript/issues"
27 },
28 "homepage": "https://github.com/Sealights/SL.OnPremise.Agents.NodeJS.TypeScript#readme",
29 "devDependencies": {
30 "@sealights/sl-server-mock": "0.0.10",
31 "@types/assert": "0.0.31",
32 "@types/body-parser": "^1.16.0",
33 "@types/bunyan": "0.0.36",
34 "@types/chai": "^4.1.7",
35 "@types/chai-as-promised": "^7.1.0",
36 "@types/commander": "^2.3.31",
37 "@types/cookie": "^0.3.1",
38 "@types/express": "^4.0.35",
39 "@types/jwt-decode": "^1.4.28",
40 "@types/mocha": "^2.2.39",
41 "@types/node": "7.0.5",
42 "@types/object-assign": "^4.0.30",
43 "@types/request": "^0.0.45",
44 "@types/sinon": "^7.0.13",
45 "assert": "^1.4.1",
46 "body-parser": "^1.17.1",
47 "bunyan-blackhole": "^1.1.1",
48 "chai": "^4.2.0",
49 "chai-as-promised": "^7.1.1",
50 "copyfiles": "^1.2.0",
51 "express": "^4.15.2",
52 "gulp-util": "^3.0.8",
53 "istanbul": "^0.4.5",
54 "jslint": "^0.12.1",
55 "mocha": "^6.1.4",
56 "mockdate": "2.0.2",
57 "sinon": "^6.3.5",
58 "ts-node": "^8.3.0",
59 "tslint": "^4.5.1",
60 "typescript": "3.5.3"
61 },
62 "dependencies": {
63 "async": "^2.6.1",
64 "bunyan": "^1.8.8",
65 "bunyan-format": "^0.2.1",
66 "commander": "^2.9.0",
67 "cookie": "^0.3.1",
68 "jwt-decode": "^2.1.0",
69 "nyc": "14.1.1",
70 "object-assign": "^4.1.1",
71 "promise": "^7.0.4",
72 "request": "^2.80.0",
73 "shell-quote": "^1.6.1",
74 "sl-js-infra": "3.5.263"
75 },
76 "bin": {
77 "sl-execution": "./lib/execution-process/sl-execution"
78 },
79 "files": [
80 "tsOutputs/lib/**/*.js",
81 "lib/execution-process/sl-execution"
82 ]
83}