UNPKG

@kyleroberts69/core

Version:

Core library for the Chatbot project

36 lines 836 B
{ "version": "1.1.3", "description": "Core library for the Chatbot project", "homepage": "http://.", "repository": { "type": "git", "url": "." }, "main": "index.js", "types": "index.d.ts", "keywords": [ "." ], "scripts": { "build": "tsc --project tsconfig.json", "dev": "tsc -w --project tsconfig.json", "clean": "rm -rf database types utils auth.d.ts auth.js index.d.ts index.js" }, "author": "Kyle Roberts", "license": "MIT", "peerDependencies": { "next": "^13.4.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/node": "^20.1.3", "@types/react": "^18.2.6", "typescript": "^5.0.4" }, "dependencies": { "date-fns": "^2.30.0" }, "name": "@kyleroberts69/core" }