{ "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 ", "license": "ISC", "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^16.9.1", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jsdoc": "^36.0.8", "eslint-plugin-prefer-arrow": "^1.2.3", "husky": "^7.0.2", "jest": "^27.5.1", "lint-staged": "^11.1.2", "prettier": "2.3.2", "ts-jest": "^27.1.3", "ts-node-dev": "^1.1.8", "typescript": "^4.4.2" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" } }