SocialvoidJS/package.json

33 lines
805 B
JSON

{
"name": "socialvoid-deno",
"version": "1.0.0",
"description": "Node.js, Deno & browser Socialvoid client.",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "deno2node tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intellivoid/Socialvoid-Deno.git"
},
"author": "Roj Serbest <roj@rojser.best>",
"license": "ISC",
"bugs": {
"url": "https://github.com/intellivoid/Socialvoid-Deno/issues"
},
"homepage": "https://github.com/intellivoid/Socialvoid-Deno#readme",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.5",
"otpauth": "^7.0.6"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"deno2node": "^1.0.0",
"typescript": "^4.4.3"
}
}