UNPKG

1.9 kBJSONView Raw
1{
2 "name": "yas-redis",
3 "version": "1.1.4",
4 "description": "A Redis client",
5 "main": ".",
6 "keywords": [
7 "redis",
8 "yaml-scene",
9 "extensions",
10 "dev"
11 ],
12 "scripts": {
13 "dev": "ts-node-dev --clear --rs --project tsconfig.json --ignore-watch [.*] --respawn --transpile-only -r tsconfig-paths/register --inspect-brk -- src/debug.ts",
14 "start": "ts-node-dev --clear --rs --project tsconfig.json --ignore-watch [.*] --respawn --transpile-only -r tsconfig-paths/register -- src/debug.ts",
15 "test": "node --expose-gc node_modules/.bin/jest",
16 "test:debug": "node --expose-gc --inspect-brk node_modules/.bin/jest",
17 "doc": "npx yaml-scene scenes/guide.yas.yaml",
18 "lint": "tsc --project tsconfig.lint.json",
19 "prebuild": "yarn clean",
20 "build": "tsc --project tsconfig.build.json",
21 "postbuild": "node bin/tsconfig && node bin/update_package",
22 "clean": "rm -rf dist",
23 "prenewtag": "yarn test && yarn build",
24 "newtag": "npx yaml-scene scenes/version.yas.yaml",
25 "postnewtag": "yarn clean"
26 },
27 "preferGlobal": true,
28 "dependencies": {
29 "ioredis": "^5.0.4",
30 "lodash.merge": "^4.6.2"
31 },
32 "peerDependencies": {
33 "yaml-scene": "^1"
34 },
35 "devDependencies": {
36 "@types/ioredis": "^4.28.10",
37 "@types/jest": "^27.4.1",
38 "@types/lodash.merge": "^4.6.6",
39 "@types/node": "^14.14.6",
40 "jest": "^27.5.1",
41 "ts-jest": "^27.1.3",
42 "ts-node-dev": "^1.1.8",
43 "tsconfig-paths": "^3.14.1",
44 "typescript": "^4.3.5",
45 "weak-napi": "^2.0.2",
46 "yaml-scene": "^1"
47 },
48 "author": {
49 "name": "Đoàn Thuận Thành",
50 "email": "doanthuanthanh88@gmail.com"
51 },
52 "license": "MIT",
53 "repository": {
54 "type": "git",
55 "url": "https://github.com/doanthuanthanh88/yas-redis"
56 },
57 "bugs": {
58 "url": "https://github.com/doanthuanthanh88/yas-redis/issues",
59 "email": "doanthuanthanh88@gmail.com"
60 }
61}