-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 973 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
39
40
41
42
43
{
"name": "smilesasmacros",
"description": "SMILE – SAS Macros, Intuitive Library Extension",
"version": "1.1.1",
"license": "MIT",
"keywords": [
"SAS",
"SASjs"
],
"author": "Katja Glass",
"repository": {
"type": "git",
"url": "git+https://github.com/KatjaGlassConsulting/SMILE-SmartSASMacros.git"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/KatjaGlassConsulting/SMILE-SmartSASMacros/issues"
},
"homepage": "https://github.com/KatjaGlassConsulting/SMILE-SmartSASMacros#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "./sasjs/utils/build.sh",
"release": "standard-version"
},
"devDependencies": {
"@sasjs/cli": "^3.0.3"
},
"directories": {
"doc": "docs",
"lib": "lib"
},
"dependencies": {
"standard-version": "^9.3.2"
}
}