sls-plugin-additional-stacks
Version:
Serverless Framework Plugin to Deploy and Remove AWS Additional Stacks
78 lines (77 loc) • 1.99 kB
JSON
{
"name": "sls-plugin-additional-stacks",
"version": "6.1.0",
"description": "Serverless Framework Plugin to Deploy and Remove AWS Additional Stacks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint './src/**/*.{js,ts,tsx}'",
"test": "jest",
"test:watch": "jest --watchAll",
"build": "tsc",
"watch": "tsc -w",
"start": "npm link && nodemon",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/93v/sls-plugin-additional-stacks.git"
},
"keywords": [
"serverless",
"serverless-plugin",
"sls",
"sls-plugin",
"aws",
"additional",
"stacks",
"additional-stacks",
"CloudFormation"
],
"author": {
"name": "93v",
"email": "93v@protonmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/93v/sls-plugin-additional-stacks/issues"
},
"homepage": "https://github.com/93v/sls-plugin-additional-stacks#readme",
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm run lint && npm test"
}
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/serverless": "^3.12.22",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"semantic-release": "^22.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"files": [
"dist/**/*"
],
"dependencies": {
"@supercharge/promise-pool": "^3.1.1",
"serverless": "^3.38.0"
},
"volta": {
"node": "18.19.0",
"npm": "9.5.0"
}
}