@bifravst/ci
Version:
Sets up the permissions in our CI account for all repositories in this account to be able to use it for CI runs.
103 lines (102 loc) • 2.42 kB
JSON
{
"name": "@bifravst/ci",
"version": "2.1.1",
"description": "Sets up the permissions in our CI account for all repositories in this account to be able to use it for CI runs.",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"type": "module",
"scripts": {
"prepare": "husky && check-node-version --package",
"test": "npx globstar -- npx tsx --test --test-reporter spec \"!(node_modules)/**/*.spec.ts\"",
"prepublishOnly": "npx tsc --noEmit false --outDir ./dist -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bifravst/ci.git"
},
"bugs": {
"url": "https://github.com/bifravst/ci/issues"
},
"homepage": "https://github.com/bifravst/ci#readme",
"keywords": [
"nordicsemiconductor",
"cellular-iot",
"bifravst",
"aws",
"cdk"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.21",
"@bifravst/from-env": "3.0.2",
"@bifravst/prettier-config": "1.1.8",
"@commitlint/config-conventional": "19.8.0",
"@octokit/rest": "21.1.1",
"aws-cdk": "2.1004.0",
"aws-cdk-lib": "2.184.1",
"cdk": "2.1004.0",
"check-node-version": "4.2.1",
"commitlint": "19.8.0",
"constructs": "10.4.2",
"globstar": "1.0.0",
"husky": "9.1.7",
"lint-staged": "15.5.0",
"tsx": "4.19.3"
},
"lint-staged": {
"*.{md,json,yaml,yml}": [
"prettier --write"
],
"*.{ts,tsx}": [
"prettier --write",
"eslint"
]
},
"engines": {
"node": ">=22",
"npm": ">=9"
},
"release": {
"branches": [
"saga",
{
"name": "!(saga)",
"prerelease": true
}
],
"remoteTags": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successCommentCondition": false,
"failTitle": false
}
]
]
},
"publishConfig": {
"access": "public"
},
"files": [
"package-lock.json",
"dist",
"LICENSE",
"README.md"
],
"prettier": "@bifravst/prettier-config",
"peerDependencies": {
"@aws-sdk/client-iam": "^3.758.0",
"chalk": "^5.4.1"
}
}