@architect/plugin-node-prune
Version:
Architect serverless framework plugin that runs node-prune on functions prior to deployment
46 lines (45 loc) • 944 B
JSON
{
"name": "@architect/plugin-node-prune",
"version": "2.0.2",
"description": "Architect serverless framework plugin that runs node-prune on functions prior to deployment",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"test": "npm run lint"
},
"files": [
"index.js",
"prune.sh"
],
"repository": {
"type": "git",
"url": "https://github.com/architect/plugin-node-prune.git"
},
"author": "Ryan Block",
"license": "Apache-2.0",
"homepage": "https://arc.codes",
"dependencies": {
"@architect/utils": "~3.1.0"
},
"devDependencies": {
"@architect/eslint-config": "~2.0.1",
"eslint": "^8.9.0"
},
"keywords": [
"aws",
"lambda",
"amazon",
"serverless",
"cloud",
"cloud functions",
"api gateway",
"plugin",
"ci",
"deployment",
"node_modules",
"npm"
],
"eslintConfig": {
"extends": "@architect/eslint-config"
}
}