generated from cubetiq/ts-project
5700af0789
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 38.1.6 to 39.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.6...v39.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... 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.23",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"@typescript-eslint/parser": "^5.18.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jsdoc": "^39.0.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"husky": "^7.0.2",
|
|
"jest": "^27.5.1",
|
|
"lint-staged": "^12.3.7",
|
|
"prettier": "2.6.2",
|
|
"ts-jest": "^27.1.4",
|
|
"ts-node-dev": "^1.1.8",
|
|
"tsconfig-paths": "^3.14.1",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|