UNPKG

@adobe/edgly

Version:

Command line tool to boost Fastly VCL service development

73 lines (72 loc) 1.94 kB
{ "name": "@adobe/edgly", "version": "1.3.10", "description": "Command line tool to boost Fastly VCL service development", "main": "src/index.js", "type": "module", "bin": { "edgly": "src/index.js" }, "scripts": { "test": "c8 mocha", "lint": "biome check", "lint:fix": "biome check --write", "lint-ci": "biome ci --reporter=github || biome check", "license-check": "license-check-and-add check", "license-check:fix": "license-check-and-add add -r $(date -u +%Y)", "semantic-release": "semantic-release", "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH" }, "dependencies": { "@adobe/fetch": "4.2.3", "chalk": "5.6.2", "formdata-node": "6.0.3", "glob": "11.1.0", "tiny-update-notifier": "2.0.2", "yaml": "2.8.1", "yargs": "17.7.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "12.0.2", "c8": "10.1.3", "lefthook": "1.13.6", "license-check-and-add": "4.0.5", "mocha": "11.7.5", "mocha-multi-reporters": "1.5.1", "semantic-release": "24.2.3" }, "mocha": { "recursive": "true", "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ], "helpUrl": "https://www.conventionalcommits.org" }, "keywords": [ "fastly", "vcl", "cli" ], "author": "Adobe", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/adobe/edgly.git" }, "bugs": { "url": "https://github.com/adobe/edgly/issues" }, "homepage": "https://github.com/adobe/edgly#readme", "publishConfig": { "access": "public" } }