mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 18:50:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfa48ef172 | ||
|
|
47a265a706 |
1896
package-lock.json
generated
1896
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@@ -7,7 +7,7 @@
|
|||||||
"Viya",
|
"Viya",
|
||||||
"SASjs"
|
"SASjs"
|
||||||
],
|
],
|
||||||
"author": "Allan Bowe <support@macropeople.com>",
|
"author": "Allan Bowe",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/sasjs/core.git"
|
"url": "git+https://github.com/sasjs/core.git"
|
||||||
@@ -26,13 +26,10 @@
|
|||||||
"homepage": "https://core.sasjs.io",
|
"homepage": "https://core.sasjs.io",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "sasjs cbd -t server",
|
"build": "npx @sasjs/cli cbd -t server",
|
||||||
"docs": "sasjs doc -t docsonly && ./sasjs/utils/build.sh",
|
"docs": "npx @sasjs/cli doc -t docsonly && ./sasjs/utils/build.sh",
|
||||||
"test": "sasjs test -t server",
|
"test": "npx @sasjs/cli test -t server",
|
||||||
"lint": "sasjs lint",
|
"lint": "npx @sasjs/cli lint",
|
||||||
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
|
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@sasjs/cli": "^4.4.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user