UNPKG

@leyyo/cache

Version:
62 lines (61 loc) 2.03 kB
{ "name": "@leyyo/cache", "version": "1.1.3", "description": "Common cache library", "keywords": [ "cache", "cache invalidation" ], "repository": { "type": "git", "url": "git+https://github.com/leyyonet/cache.git" }, "bugs": { "url": "https://github.com/leyyonet/cache.git/issues", "email": "mustafayelmer@gmail.com" }, "homepage": "https://github.com/leyyonet/cache.git/#readme", "author": "Mustafa Yelmer <mustafayelmer@gmail.com>", "main": "dist/index.js", "scripts": { "clear": "rimraf dist", "clearObg": "rimraf dist && rimraf dist2", "lint": "eslint src/**/*.ts", "asset": "node -r ts-node/register commands/assets.ts", "asset2": "[ -d \"./src/assets\" ] && cp -rv src/assets dist/assets/ || echo \"no assets\"", "_tsc1": "tsc", "_tsc2": "tsc --outDir \"dist\"", "_obs": "javascript-obfuscator ./dist --output ./dist2 --compact false --rename-properties false --target node", "build": "npm run clear && npm run _tsc1 && npm run asset ", "buildObg": "npm run clearObg && npm run _tsc2 && npm run _obs && npm run asset", "test": "jest --config=jest.json", "test:watch": "jest --watch --config=jest.json", "test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage", "~publish": "npm run build && npm publish -access=public" }, "files": [ "dist/*" ], "license": "ISC", "devDependencies": { "@babel/preset-typescript": "^7.18.6", "@types/jest": "^29.2.5", "@types/node": "^22.13.4", "@typescript-eslint/eslint-plugin": "^8.24.0", "@typescript-eslint/parser": "^8.24.0", "eslint": "^8.0.1", "eslint-config-prettier": "^10.0.1", "eslint-config-standard": "^17.0.0", "eslint-plugin-node": "^11.1.0", "javascript-obfuscator": "^4.1.1", "jest": "^29.3.1", "prettier": "^3.5.1", "rimraf": "^6.0.1", "ts-jest": "^29.0.3", "ts-node": "^10.8.1", "typescript": "^5.7.3" }, "dependencies": { "@leyyo/builder": "^3.1.5" } }