{
	"name": "cqhttp-ts",
	"version": "1.3.0",
	"description": "go-cqhttp的ts开发框架",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/index.mjs",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "tsup",
		"dev": "npm run build && nodemon demo/index.ts",
		"release": "bumpp --commit  --tag --push"
	},
	"author": "yuanxin518",
	"license": "AGPL-3.0",
	"keywords": [
		"go-cqhttp",
		"onebot",
		"typescript"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/yuanxin518/cqhttp-ts"
	},
	"dependencies": {
		"@types/log": "^6.3.0",
		"@types/node": "^18.6.1",
		"@types/ws": "^8.5.3",
		"typescript": "^4.7.4",
		"ws": "^8.8.1",
		"yaml": "^2.1.1"
	},
	"devDependencies": {
		"bumpp": "^8.2.1",
		"husky": "^8.0.1",
		"nodemon": "^2.0.19",
		"tsup": "^6.2.0"
	}
}
