-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 938 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 938 Bytes
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
{
"name": "@fmasterpro27/funkitjs",
"version": "0.3.0",
"description": "A lightweight JavaScript library for jokes, dad jokes, and roasts — bring the laughs to your Node.js and TypeScript projects.",
"main": "src/index.js",
"types": "index.d.ts",
"files": [
"src",
"bin",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fmasterpro27/FunKitJS.git"
},
"keywords": [
"jokes",
"dad-jokes",
"roasts",
"fun",
"discord"
],
"engines": {
"node": ">=18"
},
"author": "fmasterpro27",
"license": "Apache-2.0",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Fmasterpro27/FunKitJS/issues"
},
"bin": {
"funkit": "./bin/funkit.js"
},
"homepage": "https://github.com/Fmasterpro27/FunKitJS#readme",
"devDependencies": {
"jest": "^30.4.2"
}
}