You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/client/packages/tailchat-client-sdk/package.json

21 lines
465 B
JSON

{
"name": "tailchat-client-sdk",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepare": "tsc",
"release": "npm publish --registry https://registry.npmjs.com/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.3.2"
}
}