mirror of
https://github.com/sasjs/core.git
synced 2026-01-06 17:10:05 +00:00
feat(*): recreate library as scoped package
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@sasjs/core",
|
||||
"description": "SAS Macro Library for Application Development",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"SAS",
|
||||
"Viya",
|
||||
"SASjs"
|
||||
],
|
||||
"author": "Allan Bowe <support@macropeople.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sasjs/core"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user