forked from sasjs/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 868 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
33
34
35
36
37
38
{
"name": "@sasjs/core",
"description": "Macros for SAS Application Developers",
"license": "MIT",
"keywords": [
"SAS",
"Viya",
"SASjs"
],
"author": "Allan Bowe <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/sasjs/core.git"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/sasjs/core/issues"
},
"homepage": "https://core.sasjs.io",
"main": "index.js",
"scripts": {
"build": "sasjs cbd -t server",
"docs": "sasjs doc -t docsonly && ./sasjs/utils/build.sh",
"test": "sasjs test -t server",
"lint": "sasjs lint",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "3.24.0"
}
}