UNPKG

@swarecito/recall-cli

Version:

Get an active recall calendar by calling a function

54 lines (53 loc) 1.19 kB
{ "name": "@swarecito/recall-cli", "version": "1.0.3", "description": "Get an active recall calendar by calling a function", "main": "index.js", "directories": { "lib": "lib" }, "files": [ "index.js", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/All-Khwarizmi/recall-cli.git" }, "moduleDirectories": [ "node_modules", "src" ], "keywords": [ "active", "recall", "neuroscience", "memorization" ], "author": "Jason Suarez", "license": "MIT", "bugs": { "url": "https://github.com/All-Khwarizmi/recall-cli/issues" }, "homepage": "https://github.com/All-Khwarizmi/recall-cli#readme", "dependencies": { "date-fns": "^2.29.3" }, "devDependencies": { "@types/jest": "^29.4.0", "jest": "^29.5.0", "prettier": "^2.8.4", "ts-jest": "^29.0.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.5" }, "types": "./typings.d.ts", "scripts": { "test": "jest", "testLocal": "tsc test.ts", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json" } }