@aimee-blue/ab-service-kit
Version:
Aimee Blue Service Template
97 lines (96 loc) • 2.84 kB
JSON
{
"name": "@aimee-blue/ab-service-kit",
"version": "1.28.5",
"private": false,
"description": "Aimee Blue Service Template",
"repository": "git@github.com:Aimee-Blue/ab-service-kit.git",
"license": "MIT",
"author": "@Aimee-Blue",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"src",
"template"
],
"scripts": {
"prebuild": "node ./scripts/clean.js",
"build": "node ./scripts/build.js -s",
"build:watch": "node ./scripts/build.js -s --watch",
"check": "concurrently --raw -c \"node ./scripts/build.js\" \"tsc\" \"eslint . --ext .js,.jsx,.ts,.tsx -f pretty\"",
"clean": "node ./scripts/clean.js",
"combine-coverage": "node ./scripts/combineCoverage.js",
"declarations": "tsc -p ./tsconfig.declarations.json",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
"integration": "jest --config ./jest.config.integration.js --color -i",
"integration:inspect": "node --inspect-brk ./node_modules/.bin/jest --config ./jest.config.integration.js --color -i",
"lint": "yarn run eslint -f pretty",
"patch": "ts-deps patch",
"prepublishOnly": "yarn run build && yarn run declarations",
"release": "node ./scripts/release.js",
"start": "node lib/test",
"start:inspect": "node --inspect lib/test",
"start:watch": "node lib/test --watch",
"test": "jest --color",
"type-check": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "yarn run check"
}
},
"lint-staged": {
"*.{tsx,jsx,ts,js,json,md,yaml,yml}": [
"prettier --write"
],
"package.json": [
"sort-package-json"
]
},
"dependencies": {
"@aimee-blue/ab-auth": "1.6.4",
"@aimee-blue/ab-shared": "1.121.3",
"@google-cloud/pubsub": "2.6.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"express": "4.17.1",
"fs-extra": "9.0.1",
"joi": "17.3.0",
"node-fetch": "2.6.1",
"parent-module": "2.0.0",
"resolve-from": "5.0.0",
"rxjs": "6.6.3",
"rxjs-spy": "7.5.3",
"rxjs-stream": "3.2.1",
"source-map-support": "0.5.19",
"uuid": "8.3.1",
"ws": "7.3.1",
"wtfnode": "0.8.3",
"yargs": "16.1.0"
},
"devDependencies": {
"@aimee-blue/ab-contracts": "1.204.2",
"@types/cors": "2.8.8",
"@types/express": "4.17.8",
"@types/node": "12",
"@types/node-fetch": "2.5.7",
"@types/uuid": "8.3.0",
"@types/ws": "7.2.9",
"@types/wtfnode": "0.7.0",
"chokidar": "3.4.3",
"husky": "4.3.0",
"lint-staged": "10.5.1",
"rxjs-marbles": "6.0.1",
"ts-deps": "0.19.3",
"utility-types": "3.10.0"
},
"peerDependencies": {
"@aimee-blue/ab-contracts": ">=1.196.1"
},
"publishConfig": {
"access": "public"
}
}