-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.11 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
{
"name": "random-cat-word",
"version": "1.1.17",
"description": "random cat word",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"scripts": {
"test": "jest --verbose",
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh"
},
"keywords": [
"cat",
"javascript",
"typescript",
"tdd",
"test",
"word",
"random",
"english",
"korean",
"meow",
"npm",
"package",
"node",
"nodejs",
"testing",
"express",
"yarn",
"nextjs",
"nestjs",
"node-js",
"microservice"
],
"author": "Arc-Jung",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arc-Jung/random-cat-word.git"
}
}