-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 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
{
"name": "smart-console-interactions",
"version": "1.0.56",
"description": "A JavaScript library to interact with SmartConsole Extension Platform",
"author": "Ron Izraeli (https://github.com/chkp-roniz)",
"license": "MIT",
"homepage": "https://github.com/CheckPointSW/smart-console-extensions",
"url": "https://github.com/CheckPointSW/smart-console-extensions",
"repository": "github:chkp-roniz/smart-console-extensions",
"email": "[email protected]",
"main": "lib/smartConsoleInteractions.js",
"types": "lib/smartConsoleInteractions.d.ts",
"bin": {
"zip-build-bandle": "src/zipBuildBandle.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"keywords": [
"javascript",
"typescript"
],
"devDependencies": {
"@types/node": "^10.17.55",
"prettier": "^1.17.1",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.9"
},
"dependencies": {
"zip-a-folder": "0.0.12"
}
}