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

25 lines
534 B
JSON

{
"name": "tailchat-client-sdk",
"version": "1.0.5",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepare": "tsc",
"release": "npm publish --registry https://registry.npmjs.com/",
"test": "jest"
},
"keywords": [],
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.16.1",
"jest": "27.5.1",
"ts-jest": "27.1.4",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.3.2"
}
}