generated from cubetiq/ts-project
dfb8381550
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.22.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@cubetiq/cryptojs",
|
|
"version": "1.0.0",
|
|
"description": "A basic cryptojs for cubetiq application data encryption and protection.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
|
|
"build": "rm -rf dist && tsc",
|
|
"serve": "npm run build && node dist/index.js",
|
|
"test": "jest",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.cubetiqs.com/CUBETIQ/cubetiq-cryptojs.git"
|
|
},
|
|
"keywords": [
|
|
"TypeScript",
|
|
"Nodejs",
|
|
"Crypto",
|
|
"Encryption"
|
|
],
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.31",
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jsdoc": "^39.2.9",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"husky": "^7.0.2",
|
|
"jest": "^27.5.1",
|
|
"lint-staged": "^12.4.1",
|
|
"prettier": "2.6.2",
|
|
"ts-jest": "^27.1.4",
|
|
"ts-node-dev": "^1.1.8",
|
|
"tsconfig-paths": "^3.14.1",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|