mimic-data 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,54 +1,54 @@
1
- {
2
- "name": "mimic-data",
3
- "version": "1.0.2",
4
- "description": "Lightweight, zero-dependency library for generating realistic dummy data with strong localization support",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "require": "./dist/index.js",
11
- "import": "./dist/index.mjs",
12
- "types": "./dist/index.d.ts"
13
- }
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "scripts": {
19
- "build": "tsup",
20
- "dev": "tsup --watch",
21
- "test": "vitest",
22
- "test:ui": "vitest --ui",
23
- "type-check": "tsc --noEmit",
24
- "prepublishOnly": "npm run build"
25
- },
26
- "keywords": [
27
- "fake-data",
28
- "mock-data",
29
- "dummy-data",
30
- "localization",
31
- "typescript",
32
- "zero-dependency",
33
- "data-generator",
34
- "faker",
35
- "mimic",
36
- "realistic-data"
37
- ],
38
- "author": "Your Name",
39
- "license": "MIT",
40
- "devDependencies": {
41
- "@types/node": "^20.10.0",
42
- "tsup": "^8.0.1",
43
- "typescript": "^5.3.3",
44
- "vitest": "^1.1.0"
45
- },
46
- "repository": {
47
- "type": "git",
48
- "url": "https://github.com/yourusername/mimic-data.git"
49
- },
50
- "bugs": {
51
- "url": "https://github.com/yourusername/mimic-data/issues"
52
- },
53
- "homepage": "https://github.com/yourusername/mimic-data#readme"
54
- }
1
+ {
2
+ "name": "mimic-data",
3
+ "version": "1.0.3",
4
+ "description": "Lightweight, zero-dependency library for generating realistic dummy data with strong localization support",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "require": "./dist/index.js",
11
+ "import": "./dist/index.mjs",
12
+ "types": "./dist/index.d.ts"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsup",
20
+ "dev": "tsup --watch",
21
+ "test": "vitest",
22
+ "test:ui": "vitest --ui",
23
+ "type-check": "tsc --noEmit",
24
+ "prepublishOnly": "npm run build"
25
+ },
26
+ "keywords": [
27
+ "fake-data",
28
+ "mock-data",
29
+ "dummy-data",
30
+ "localization",
31
+ "typescript",
32
+ "zero-dependency",
33
+ "data-generator",
34
+ "faker",
35
+ "mimic",
36
+ "realistic-data"
37
+ ],
38
+ "author": "Your Name",
39
+ "license": "MIT",
40
+ "devDependencies": {
41
+ "@types/node": "^20.10.0",
42
+ "tsup": "^8.0.1",
43
+ "typescript": "^5.3.3",
44
+ "vitest": "^1.1.0"
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/fazelnotgg/mimic-data.git"
49
+ },
50
+ "bugs": {
51
+ "url": "https://github.com/fazelnotgg/mimic-data/issues"
52
+ },
53
+ "homepage": "https://github.com/fazelnotgg/mimic-data#readme"
54
+ }