UNPKG

@adobe/create-helix-service

Version:
65 lines (64 loc) 1.76 kB
{ "name": "@adobe/create-helix-service", "version": "2.1.27", "private": false, "description": "Create Helix Service", "main": "src/index.js", "type": "module", "bin": { "create-helix-service": "create-helix-service.js" }, "scripts": { "test": "c8 mocha -i -g 'Post-Deploy' ", "test-ci": "c8 mocha -i -g 'Post-Deploy' && codecov", "lint": "eslint .", "semantic-release": "semantic-release", "prepare": "husky install" }, "mocha": { "spec": "test/**/*.test.js", "require": "test/setup-env.js", "recursive": "true", "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "repository": { "type": "git", "url": "https://github.com/adobe/helix-service.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/adobe/helix-service/issues" }, "homepage": "https://github.com/adobe/helix-service#readme", "dependencies": { "@adobe/create-helix-library": "2.0.1", "@adobe/helix-fetch": "3.0.3", "@adobe/helix-shared-wrap": "1.0.1", "@adobe/helix-status": "9.2.5", "@adobe/helix-universal-logger": "2.0.2", "dotenv": "15.0.0", "yaml": "1.10.2" }, "devDependencies": { "@adobe/eslint-config-helix": "1.3.2", "@semantic-release/changelog": "6.0.1", "@semantic-release/git": "10.0.1", "c8": "7.11.0", "chai": "4.3.6", "chai-http": "4.3.0", "codecov": "3.8.3", "eslint": "8.8.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.25.4", "husky": "7.0.4", "lint-staged": "12.3.2", "mocha": "9.2.0", "mocha-multi-reporters": "1.5.1", "semantic-release": "19.0.2" }, "lint-staged": { "*.js": "eslint" } }