-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 984 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "sasjs-cli",
"description": "Command line interface for SASjs",
"main": "index.js",
"scripts": {
"test": "jest --silent",
"semantic-release": "semantic-release"
},
"bin": {
"sasjs": "bin/sasjs"
},
"repository": {
"type": "git",
"url": "https://github.com/macropeople/sasjs-cli"
},
"keywords": [
"SAS",
"Viya",
"SASjs"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/macropeople/sasjs-cli/issues"
},
"homepage": "https://github.com/macropeople/sasjs-cli",
"dependencies": {
"base64-img": "^1.0.4",
"chalk": "^3.0.0",
"esm": "^3.2.25",
"find": "^0.3.0",
"fs": "0.0.1-security",
"fs-extra": "^9.0.0",
"jsdom": "^16.2.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.3"
},
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"babel-jest": "^25.2.4",
"jest-cli": "^25.1.0",
"macrocore": "^2.1.2",
"semantic-release": "^17.0.4"
}
}