UNPKG

snowflake-api

Version:
45 lines (44 loc) 1.08 kB
{ "name": "snowflake-api", "version": "3.0.5", "description": "Official api wrapper for snowflake api.", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build" ], "scripts": { "test": "cd test && node index.js", "compile": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/DevSnowflake/snowflake-api.git" }, "keywords": [ "API", "Snowflake", "SnowflakeDev", "meme", "chatbot", "dog api", "cat api", "morse api" ], "author": "Udit Shrivastava <udit2303@gmail.com, https://udit.gq>", "contributors": [ "Snowflake107 <devsnowflake107@gmail.com> (https://github.com/Snowflake107)" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/DevSnowflake/snowflake-api/issues" }, "homepage": "https://github.com/DevSnowflake/snowflake-api#readme", "dependencies": { "node-fetch": "^2.6.1" }, "devDependencies": { "@types/node": "^14.14.14", "@types/node-fetch": "^2.5.7" } }