-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 1.94 KB
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
{
"name": "koalaz",
"version": "1.0.0",
"description": "Why don't use koalas as data mock? With this npm package you can!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run build",
"example": "ts-node examples/$npm_config_file.ts",
"examples:all": "ts-node examples/run-all.ts"
},
"devDependencies": {
"@jest/globals": "^30.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.6",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"eslint": "^9.39.1",
"jest": "^30.2.0",
"semantic-release": "^24.2.9",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattqdev/koalaz.git"
},
"keywords": [
"koalaz",
"koala",
"mock-data",
"test-data",
"data-generator",
"placeholder",
"lorem-ipsum",
"dev-tool",
"funny",
"meme",
"eucalyptus",
"australia",
"marsupial",
"mocking",
"data-mocking",
"data-faker",
"random-data",
"synthetic-data",
"developer-utility",
"playful",
"npm-package",
"typescript",
"open-source",
"ascii-art",
"onomatopeia",
"scriptable"
],
"author": "mattqdev",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/mattqdev/koalaz/issues",
"email": "mattqdevv@gmail.com"
},
"homepage": "https://github.com/mattqdev/koalaz"
}