UNPKG

node-simipro

Version:
43 lines (42 loc) 921 B
{ "name": "node-simipro", "version": "1.0.2", "description": "Unofficial SimSimi API nodejs.", "main": "index.js", "engine": "18.7.5", "scripts": { "test": "jest", "start": "node .", "build": "babel src -d lib" }, "keywords": [ "SimSimi", "SimSimi API", "ChatAI", "Anbuinfosec", "Mohammad Alamin" ], "author": "@anbuinfosec", "license": "MIT", "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.7", "@babel/preset-env": "^7.20.2", "jest": "^29.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/anbuinfosec/node-simipro.git" }, "bugs": { "url": "https://github.com/anbuinfosec/node-simipro/issues" }, "homepage": "https://github.com/anbuinfosec/node-simipro#readme", "dependencies": { "axios": "^1.2.1", "node-simipro": "^1.0.0" }, "directories": { "test": "tests" } }