scaffoldly
Version:
Toolchain and libraries for Scaffoldly
157 lines • 4.41 kB
JSON
{
"name": "scaffoldly",
"version": "1.1.0",
"description": "Toolchain and libraries for Scaffoldly",
"repository": "git@github.com:scaffoldly/scaffoldly.git",
"author": "Scaffoldly",
"bugs": {
"url": "https://github.com/scaffoldly/scaffoldly/issues"
},
"homepage": "https://github.com/scaffoldly/scaffoldly#readme",
"license": "SEE LICENSE IN LICENSE.md",
"private": false,
"scripts": {
"dev": "./build.cjs --watch",
"build": "./build.cjs",
"scaffoldly": "node dist/scaffoldly.cjs"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"scaffoldly": "scripts/scaffoldly.cjs",
"sly": "scripts/scaffoldly.cjs"
},
"files": [
"dist/**/*",
"scripts/**/*"
],
"engines": {
"node": ">=18"
},
"engineStrict": true,
"keywords": [
"scaffoldly",
"sly",
"aws",
"lambda",
"serverless"
],
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@aws-sdk/client-cloudwatch": "^3.716.0",
"@aws-sdk/client-dsql": "^3.716.0",
"@aws-sdk/client-dynamodb": "^3.716.0",
"@aws-sdk/client-ec2": "^3.716.0",
"@aws-sdk/client-ecr": "^3.716.0",
"@aws-sdk/client-efs": "^3.716.0",
"@aws-sdk/client-iam": "^3.716.0",
"@aws-sdk/client-lambda": "^3.716.0",
"@aws-sdk/client-s3": "^3.716.0",
"@aws-sdk/client-scheduler": "^3.716.0",
"@aws-sdk/client-secrets-manager": "^3.716.0",
"@aws-sdk/client-sts": "^3.716.0",
"@aws-sdk/util-arn-parser": "3.693.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@scure/base": "^1.1.7",
"@smithy/types": "^3.3.0",
"@types/adm-zip": "^0.5.5",
"@types/aws-lambda": "^8.10.140",
"@types/binary-split": "^1.0.3",
"@types/dockerode": "^3.3.29",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"@types/inquirer": "^8.1.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.17.6",
"@types/micromatch": "^4.0.9",
"@types/minimist": "^1.2.5",
"@types/node": "18",
"@types/promise-retry": "^1.1.6",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/shell-quote": "^1.7.5",
"@types/tar-fs": "^2.0.4",
"@types/uuid": "^10.0.0",
"@types/which": "^3.0.4",
"@types/ws": "^8.5.10",
"@types/xml2js": "^0.4.14",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"adm-zip": "^0.5.16",
"aws-lambda": "^1.0.7",
"axios": "^1.7.2",
"binary-split": "^1.0.5",
"boolean": "^3.2.0",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"comment-json": "^4.2.5",
"date-fns": "^3.6.0",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"ejs": "^3.1.10",
"ejs-lint": "^2.0.0",
"esbuild": "^0.21.5",
"esbuild-node-loader": "^0.8.0",
"esbuild-plugin-d.ts": "^1.3.1",
"esbuild-plugin-tsc": "^0.4.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "14.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^8",
"express": "^4.19.2",
"filesize": "^10.1.4",
"husky": "^9.0.11",
"ignore": "^5.3.2",
"inquirer": "^8.2.0",
"is-stream": "^4.0.1",
"js-yaml": "^4.1.0",
"kolorist": "^1.8.0",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"moment": "^2.29.1",
"octokit": "3",
"open": "^8.4.0",
"path-to-regexp": "^7.1.0",
"pinst": "^3.0.0",
"pkg": "^5.8.1",
"prettier": "^2.4.1",
"promise-retry": "^2.0.1",
"prompts": "^2.4.2",
"protobufjs": "^7.4.0",
"rxjs": "^7.8.1",
"semver": "^7.6.3",
"shell-quote": "^1.8.1",
"signal-exit": "^4.1.0",
"simple-git": "^3.25.0",
"smol-toml": "^1.3.0",
"source-map": "^0.7.3",
"tar-fs": "^3.0.6",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"ts-pattern": "^5.2.0",
"tsup": "^8.3.0",
"typescript": "5",
"ulid": "^2.3.0",
"url-join": "^5.0.0",
"uuid": "^10.0.0",
"workerpool": "^9.1.3",
"ws": "^8.17.1",
"xml2js": "^0.6.2",
"yaml": "^2.5.1",
"yargs": "^17.3.0"
},
"optionalDependencies": {
"cpu-features": "*"
},
"nx": {},
"dependencies": {}
}