-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 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
{
"name": "template_jobs",
"version": "1.0.0",
"description": "The jobs template used by SASjs when running sasjs create",
"homepage": "https://cli.sasjs.io",
"main": "index.js",
"scripts": {
"add": "sasjs auth -t viya",
"deploy": "sasjs cbd -t viya",
"exec": "sasjs job execute jobs/extract/makedata1 -l sasjsbuild/makedata1.log -t viya",
"flow": "sasjs flow execute -s sasjs/jobflow.json -l sasjsbuild --csvFile sasjsbuild/results.csv -t viya",
"delete": "sasjs folder delete /Public/sasjs/jobs -t viya",
"docs": "sasjs doc",
"test": "sasjs test",
"lint": "sasjs lint",
"prepare": "chmod 0755 .git-hooks/* && git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"keywords": [
"SAS",
"Viya",
"SASjs"
],
"repository": {
"type": "git",
"url": "https://github.com/sasjs/template_jobs"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@sasjs/cli": "^3.19.0",
"@sasjs/core": "^4.38.0"
}
}