ts-method-cache
Version:
Data method caching logic based on TypeScript decorators
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "ts-method-cache",
"version": "3.3.1",
"license": "Apache-2.0",
"author": {
"name": "Poul Kruijt",
"email": "poulkruijt@gmail.com"
},
"engines": {
"node": ">= 5.4.1"
},
"contributors": [
"nitsanavni"
],
"repository": {
"type": "git",
"url": "git@github.com:PierreDuc/ts-method-cache.git"
},
"homepage": "https://github.com/PierreDuc/ts-method-cache/",
"bugs": "https://github.com/PierreDuc/ts-method-cache/issues",
"description": "Data method caching logic based on TypeScript decorators",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "tslint --project .",
"test": "karma start"
},
"types": "dist/index.d.ts",
"private": false,
"keywords": [
"cache",
"memory",
"typescript",
"http",
"method",
"storage",
"session"
],
"peerDependencies": {
"typescript": ">=2.2.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.12",
"@types/node": "^11.13.8",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-typescript": "^4.0.0",
"prettier": "^1.17.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
}
}