-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.25 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@qit.tools/skin-tone",
"version": "0.6.2",
"description": "Change emoji skin tones effortlessly. 🧛🧛🏻🧛🏼🧛🏽🧛🏾🧛🏿",
"types": "./dist/esnext/index.d.ts",
"exports": {
".": {
"import": "./dist/esnext/index.js",
"types": "./dist/esnext/index.d.ts"
}
},
"files": [
"./dist/esnext/index.js",
"./dist/esnext/index.d.ts",
"./dist/browser/latest.min.js",
"./dist/browser/latest.min.js.map"
],
"scripts": {
"build": "npm run fmt && npm test && rollup -c rollup.browser.config.js && rollup -c rollup.esnext.config.js",
"test": "vitest run",
"test:watch": "vitest",
"download": "ts-node scripts/download-emoji.ts",
"start": "ts-node index.ts",
"lint": "eslint './**/*.{ts,tsx}' --fix",
"fmt": "prettier --write '**/*.{ts,json}'"
},
"vitest": {
"globals": true,
"environment": "node",
"transform": {
"^.+\\.ts$": "ts-jest"
}
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.11",
"@types/tape": "^5.6.4",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"globals": "^15.2.0",
"prettier": "3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-minification": "^0.2.0",
"tape": "^5.7.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vitest": "^1.6.0"
},
"author": {
"name": "Qit.tools",
"email": "[email protected]",
"url": "https://qit.tools/"
},
"homepage": "https://qit.tools/generators/random-emoji/",
"keywords": [
"emoji",
"emojis",
"skin",
"tone",
"type",
"unicode",
"emoticon",
"manipulation",
"fitzpatrick",
"scale",
"modify",
"change",
"strip",
"remove"
],
"bugs": {
"url": "https://github.com/Qit-tools/skin-tone/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qit-tools/skin-tone.git"
},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/deyurii"
},
"type": "module",
"license": "MIT"
}