{ "name": "@bravo68web/stockpile", "version": "0.2.0", "description": "A Tiny Redis Server ...", "main": "app/bootstrap.ts", "bin": { "stockpile": "dist/app/bootstrap.js" }, "type": "module", "scripts": { "postinstall": "npm run build", "dev": "node app/bootstrap.js", "build": "rm -rf dist && tsc", "dev:ts": "ts-node app/bootstrap.ts", "prettier": "prettier --write \"**/*.{js,ts,json,md}\"", "test": "./test_local.sh", "app": "NODE_NO_WARNINGS=1 node --es-module-specifier-resolution=node --loader ts-node/esm ./dist/app/bootstrap.js" }, "repository": { "type": "git", "url": "git+https://github.com/BRAVO68WEB/stockpile.git" }, "keywords": [ "redis", "node-cache", "clone", "tiny", "self", "server", "service" ], "author": { "email": "hi@b68.dev", "name": "Jyotirmoy Bandyopadhayaya", "url": "https://itsmebravo.dev" }, "license": "MIT", "bugs": { "url": "https://github.com/BRAVO68WEB/stockpile/issues" }, "homepage": "https://github.com/BRAVO68WEB/stockpile#readme", "dependencies": { "bson": "^5.1.0" }, "devDependencies": { "@swc/wasm": "^1.3.57", "@types/node": "^20.1.1", "prettier": "^2.8.4", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }