UNPKG

681 BJSONView Raw
1{
2 "name": "noodles-wrapper",
3 "version": "1.4.1",
4 "description": "A simple Noodles API wrapper made by FrenchNoodles#6046",
5 "keywords": ["discord-bot", "api-wrapper", "discord-js", "noodles-api"],
6 "main": "index.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/French-Noodles/noodles-wrapper.git"
13 },
14 "author": "French Noodles",
15 "license": "ISC",
16 "bugs": {
17 "url": "https://github.com/French-Noodles/noodles-wrapper/issues"
18 },
19 "homepage": "https://github.com/French-Noodles/noodles-wrapper#readme",
20 "dependencies": {
21 "node-fetch": "^2.6.1"
22 }
23}