UNPKG

1.01 kBJSONView Raw
1{
2 "name": "pfp.lgbt-wrapper",
3 "description": "A pfp.lgbt Wrapper",
4 "version": "1.0.3",
5 "author": "VenNeptury <sgtmattis@gmail.com> (https://github.com/Mattis6666)",
6 "license": "GPL-3.0",
7 "keywords": [
8 "lgbt",
9 "lgbtq",
10 "image",
11 "picture",
12 "manipulation",
13 "pride",
14 "gay",
15 "pfp"
16 ],
17 "main": "lib/index.js",
18 "types": "lib/index.d.ts",
19 "files": [
20 "lib/**/*"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/Mattis6666/pfp.lgbt-wrapper.git"
25 },
26 "bugs": {
27 "url": "https://github.com/Mattis6666/pfp.lgbt-wrapper/issues"
28 },
29 "homepage": "https://github.com/Mattis6666/pfp.lgbt-wrapper#readme",
30 "dependencies": {
31 "form-data": "^3.0.0",
32 "node-fetch": "^2.6.0"
33 },
34 "devDependencies": {
35 "@types/node": "^14.0.13",
36 "@types/node-fetch": "^2.5.7",
37 "typescript": "^3.9.5"
38 },
39 "scripts": {
40 "build": "tsc",
41 "prepare": "npm run build",
42 "version": "git add -A src",
43 "postversion": "git push && git push --tags"
44 },
45 "directories": {
46 "lib": "lib"
47 }
48}