-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 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": "@vietnamize/wishes",
"version": "1.1.0",
"description": "Generates random Vietnamese Greetings (lời chúc) based on different themes such as New Year, birthdays, and more.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minhho89/vietnamize-wishes.git"
},
"keywords": [
"vietnamize",
"wishes"
],
"author": "MinhHo",
"license": "ISC",
"bugs": {
"url": "https://github.com/minhho89/vietnamize-wishes/issues"
},
"homepage": "https://github.com/minhho89/vietnamize-wishes#readme",
"devDependencies": {
"@babel/preset-env": "^7.24.6",
"babel-jest": "^29.7.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"esm": "^3.2.25",
"jest": "^29.7.0"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
}
}