-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "fluxpoint-js",
"version": "2.1.0",
"main": "src/index.js",
"author": "J_DDev <69683068+JayyDoesDev@users.noreply.github.com>",
"license": "MIT",
"types": "typings/index.d.ts",
"scripts": {
"start": "node __tests__/index.js",
"doc": "typedoc"
},
"devDependencies": {
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.4"
},
"dependencies": {
"@types/node": "^17.0.36",
"cross-fetch": "^3.1.5"
},
"repository": {
"url": "https://github.com/FluxpointDev/fluxpoint-js"
},
"contributors": [
{
"name": "J_DDev",
"url": "https://github.com/JayyDoesDev"
},
{
"name": "Reinhardt",
"url": "https://github.com/reinhello"
}
],
"keywords": [
"fluxpoint",
"flux",
"flux-point",
"flux-point-js",
"flux-point-js-api",
"fluxpoint-js",
"waifu",
"builderb",
"anime-api",
"discord",
"revolt",
"guilded"
]
}