diff --git a/node_modules/string-width-cjs/package.json b/node_modules/string-width-cjs/package.json new file mode 100644 index 0000000..cbf84d1 --- /dev/null +++ b/node_modules/string-width-cjs/package.json @@ -0,0 +1,37 @@ +{ + "_from": "string-width-cjs@5.1.1", + "_id": "string-width-cjs@5.1.1", + "_inBundle": false, + "_integrity": "sha512-N5/f0RNFtXPNDLtEvo8Y/+mH4xZWzIAnnqXPzCB4BBAQL8P3sHlz0dqDzTkGQoVsL56aCsORFFlyvA70k5yq3A==", + "_location": "/string-width-cjs", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "string-width-cjs@5.1.1", + "name": "string-width-cjs", + "escapedName": "string-width-cjs", + "rawSpec": "5.1.1", + "saveSpec": null, + "fetchSpec": "5.1.1" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/string-width-cjs/-/string-width-cjs-5.1.1.tgz", + "_shasum": "9db7e00211027471870621778b089402cf9bdee3", + "_spec": "string-width-cjs@5.1.1", + "_where": "C:\\Users\\pusel\\township-small-business-bot", + "author": "", + "bundleDependencies": false, + "deprecated": false, + "description": "", + "license": "ISC", + "main": "index.js", + "name": "string-width-cjs", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "version": "5.1.1" +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..1c20929 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "township-small-business-bot", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "string-width-cjs": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/string-width-cjs/-/string-width-cjs-5.1.1.tgz", + "integrity": "sha512-N5/f0RNFtXPNDLtEvo8Y/+mH4xZWzIAnnqXPzCB4BBAQL8P3sHlz0dqDzTkGQoVsL56aCsORFFlyvA70k5yq3A==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..271f643 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "township-small-business-bot", + "version": "1.0.0", + "description": "Algorithm for Township Small Business Chatbot", + "main": "index.js", + "scripts": { + "test": " \"dependencies\": {" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Richjerk/township-small-business-bot.git" + }, + "keywords": [ + "township", + "small", + "business", + "chatbot", + "algorithm", + "bot" + ], + "author": "Puseletso Mafisa", + "license": "ISC", + "bugs": { + "url": "https://github.com/Richjerk/township-small-business-bot/issues" + }, + "homepage": "https://github.com/Richjerk/township-small-business-bot#readme", + "dependencies": { + "string-width-cjs": "^5.1.1" + } +}