UNPKG

1.3 kBJSONView Raw
1{
2 "name": "sponsors-svg",
3 "version": "0.3.0",
4 "main": "dist/index.js",
5 "author": "Anthony Fu<https://github.com/antfu>",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/antfu/sponsors-svg.git"
10 },
11 "bugs": {
12 "url": "https://github.com/antfu/sponsors-svg/issues"
13 },
14 "homepage": "https://github.com/antfu/sponsors-svg#readme",
15 "files": [
16 "dist",
17 "index.js"
18 ],
19 "scripts": {
20 "dev": "esno -r dotenv/config src/index.ts",
21 "build": "tsup src/index.ts --dts --format cjs,esm",
22 "prepare": "npm run build",
23 "release": "npx bumpp --tag --commit --push && npm publish"
24 },
25 "bin": {
26 "sponsors-svg": "index.js"
27 },
28 "devDependencies": {
29 "@antfu/eslint-config": "^0.9.0",
30 "@antfu/utils": "^0.3.0",
31 "@types/fs-extra": "^9.0.12",
32 "@types/node": "^16.9.1",
33 "@types/sharp": "^0.29.2",
34 "@types/yargs": "^17.0.2",
35 "@typescript-eslint/eslint-plugin": "^4.31.1",
36 "dotenv": "^10.0.0",
37 "eslint": "^7.32.0",
38 "esno": "^0.9.1",
39 "tsup": "^4.14.0",
40 "typescript": "^4.4.3"
41 },
42 "dependencies": {
43 "axios": "0.20.0",
44 "fs-extra": "^10.0.0",
45 "image-data-uri": "^2.0.1",
46 "sharp": "^0.29.1",
47 "yargs": "^17.1.1"
48 },
49 "eslintConfig": {
50 "extends": "@antfu"
51 }
52}