chatwidgetxyz
Version:
A chatbot Plug and Play widget
41 lines • 1.12 kB
JSON
{
"name": "chatwidgetxyz",
"version": "1.0.1",
"description": "A chatbot Plug and Play widget",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theashishmaurya/chatWIdgetNpm.git"
},
"keywords": [
"chatbot",
"chatwidget"
],
"author": "Ashish Maurya",
"license": "ISC",
"bugs": {
"url": "https://github.com/theashishmaurya/chatWIdgetNpm/issues"
},
"homepage": "https://github.com/theashishmaurya/chatWIdgetNpm#readme",
"devDependencies": {
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.2"
},
"files": [
"lib/**/*"
]
}