-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 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
{
"name": "@aurateam/emojikitchen",
"version": "1.0.2",
"description": "Library to mix emojis use api https://emojikitchen.dev for NodeJS",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc && copyfiles -u 1 src/resources/**/* dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AuraTeamAZ/EmojiKitchen.git"
},
"keywords": [
"emojikitchen"
],
"author": "AuraTeam",
"license": "MIT",
"bugs": {
"url": "https://github.com/AuraTeamAZ/EmojiKitchen/issues"
},
"homepage": "https://github.com/AuraTeamAZ/EmojiKitchen#readme",
"devDependencies": {
"copyfiles": "^2.4.1",
"typescript": "^5.5.3",
"undici-types": "^6.19.2"
},
"dependencies": {
"@types/node": "^20.14.10",
"fs": "^0.0.1-security",
"tsup": "^8.1.0"
}
}