forked from Zsl8/roulette-gif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.11 KB
/
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
49
50
51
52
{
"name": "roulette-gif",
"version": "1.1.5",
"description": "Package that allows you to make a roulette gif image as easy as possible",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"directories": {
"lib": "src"
},
"files": [
"dist"
],
"scripts": {
"test": "node test.js",
"build": "tsup"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zsl8/roulette-gif.git"
},
"keywords": [
"roulette",
"gif",
"discord-roulette",
"wheel",
"roulette-wheel"
],
"author": "zd8",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zsl8/roulette-gif/issues"
},
"homepage": "https://github.com/Zsl8/roulette-gif#readme",
"dependencies": {
"canvas": "^2.11.2",
"esbuild-plugin-version-injector": "^1.2.1",
"gifencoder": "^2.0.1"
},
"devDependencies": {
"@types/gifencoder": "^2.0.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}