@nginstack/admin 71.0.665
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +23 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# admin
|
|
2
|
+
|
|
3
|
+
Nginstack Admin module. See the [nginstack site](nginstack.com) for more information.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
In the future, this package will contain public type definitions of Admin auxiliary
|
|
8
|
+
API. For now, install the package distributed with nginstack system using the instructions
|
|
9
|
+
[here](https://nginstack.com/pt/docs/code-repositories/).
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nginstack/admin",
|
|
3
|
+
"version": "71.0.665",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
|
+
"files": [
|
|
8
|
+
"README.md"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "yarn run build:jaz",
|
|
12
|
+
"build:jaz": "packJaz jaz.config.json",
|
|
13
|
+
"test": "runTests \"lib,routes,controllers\" ../../.build/TEST-admin.xml",
|
|
14
|
+
"deploy": "uploadToVfs ../../.build/admin.jaz -1891493399"
|
|
15
|
+
},
|
|
16
|
+
"peerDependencies": {
|
|
17
|
+
"@nginstack/engine": ">=22"
|
|
18
|
+
},
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@nginstack/build-tools": "^71.0.359"
|
|
21
|
+
},
|
|
22
|
+
"gitHead": "4fe932bf2aafd56c59b6892ce67987c246f44bdb"
|
|
23
|
+
}
|