@adobe/create-helix-service
Version:
Create Helix Service
82 lines (81 loc) • 2.43 kB
JSON
{
"name": "@adobe/helix-service",
"version": "1.4.9",
"private": true,
"description": "Example Helix Service",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": " c8 mocha -i -g 'Post-Deploy'",
"test-ci": "c8 mocha -i -g 'Post-Deploy' && codecov",
"test-postdeploy": "mocha -g 'Post-Deploy'",
"lint": "eslint .",
"semantic-release": "semantic-release",
"commit": "git-cz",
"build": "hedy -v",
"deploy": "hedy -v --deploy --test",
"deploy-sequences": "hedy --no-build -no-hints -l major -l minor --cleanup-patch 1w --cleanup-minor 1m --cleanup-major 1y",
"deploy-ci": "hedy -v --deploy --test --pkgVersion=ci$CIRCLE_BUILD_NUM -l ci --cleanup-ci 24h",
"prepare": "husky install"
},
"wsk": {
"name": "helix-services/service@${version}",
"testUrl": "/_status_check/healthcheck.json",
"memory": 256
},
"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"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/helix-service/issues"
},
"homepage": "https://github.com/adobe/helix-service#readme",
"dependencies": {
"@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"
},
"devDependencies": {
"@adobe/eslint-config-helix": "1.3.2",
"@adobe/helix-deploy": "6.2.5",
"@adobe/helix-universal": "3.0.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"c8": "7.11.0",
"chai": "4.3.6",
"chai-http": "4.3.0",
"codecov": "3.8.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"dotenv": "15.0.0",
"eslint": "8.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"husky": "7.0.4",
"junit-report-builder": "3.0.0",
"lint-staged": "12.3.2",
"mocha": "9.2.0",
"mocha-multi-reporters": "1.5.1",
"semantic-release": "19.0.2"
},
"lint-staged": {
"*.js": "eslint"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}