@eqxjs/ambassador
Version:
Equinox version 2 ambassador module for nestjs
72 lines (71 loc) • 2.05 kB
JSON
{
"name": "@eqxjs/ambassador",
"version": "0.0.2",
"description": "Equinox version 2 ambassador module for nestjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier --write \"{lib,test}/**/*.ts\"",
"lint": "eslint 'lib/**/*.ts' --fix",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
"prerelease": "npm run build",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "https://git.matador.ais.co.th/cronus/equinox2/ambassador"
},
"bugs": {
"url": "https://git.matador.ais.co.th/cronus/equinox2/ambassador/-/issues"
},
"author": "Atit Plangson",
"license": "MIT",
"keywords": [
"AIS",
"NEXT",
"Equinox",
"Ambassador"
],
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-angular": "17.2.0",
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/platform-express": "9.2.0",
"@nestjs/testing": "9.2.0",
"@types/jest": "29.2.2",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"jest": "29.3.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"reflect-metadata": "0.1.13",
"release-it": "15.5.0",
"rimraf": "3.0.2",
"rxjs": "7.5.7",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
},
"dependencies": {
"@nestjs/axios": "1.0.0",
"@nestjs/mongoose": "^9.2.1",
"mongoose": "^6.8.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
},
"lint-staged": {
"**/*.{ts,json}": []
}
}