@al/environments
Version:
A client for interacting with the Alert Logic Environments Public API.
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "@al/environments",
"version": "2.0.3",
"license": "MIT",
"description": "A client for interacting with the Alert Logic Environments Public API.",
"author": {
"name": "Alert Logic UI Team",
"email": "ui@alertlogic.com"
},
"keywords": [
"Alert Logic",
"Environments",
"Client"
],
"maintainers": [
{
"name": "Alert Logic UI Team",
"email": "ui@alertlogic.com"
},
{
"name": "Alert Logic NPM Team",
"email": "npm@alertlogic.com"
}
],
"repository": "github:alertlogic/nepal-client-libs",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.esm5.js",
"es2015": "./dist/index.esm2015.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "rollup -c ../../rollup.config.ts",
"prebuild": "npm run clean",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build",
"interactive": "node -i -e \"const EnvironmentsClient = require('./dist/commonjs/index.js').EnvironmentsClient;\""
},
"dependencies": {
"@al/core": "^1.0.2"
},
"peerDependencies": {
"@al/core": "^1.0.2"
},
"files": [
"dist"
],
"gitHead": "4a03e48261125915b6108fcb2acde9fb67717a93"
}