marlarky 1.0.1 → 1.0.2

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,70 +1,70 @@
1
- {
2
- "name": "marlarky",
3
- "version": "1.0.1",
4
- "description": "Marlarky - A faker-like library for generating syntactically plausible English text",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "bin": {
9
- "marlarky": "dist/cli.js"
10
- },
11
- "exports": {
12
- ".": {
13
- "import": "./dist/index.js",
14
- "types": "./dist/index.d.ts"
15
- },
16
- "./cli": "./dist/cli.js"
17
- },
18
- "files": [
19
- "dist",
20
- "examples"
21
- ],
22
- "scripts": {
23
- "build": "tsc",
24
- "dev": "tsc --watch",
25
- "test": "vitest",
26
- "test:run": "vitest run",
27
- "test:coverage": "vitest run --coverage",
28
- "lint": "eslint src --ext .ts",
29
- "example:basic": "tsx examples/basic-usage.ts",
30
- "example:corporate": "tsx examples/corporate-lexicon.ts",
31
- "cli": "node dist/cli.js",
32
- "prepublishOnly": "npm run build"
33
- },
34
- "keywords": [
35
- "faker",
36
- "text-generation",
37
- "english",
38
- "nlp",
39
- "lexicon",
40
- "syntax",
41
- "grammar",
42
- "pig-latin",
43
- "ubbidubbi",
44
- "leetspeak",
45
- "pirate-speak",
46
- "redaction",
47
- "emoji",
48
- "mock-case",
49
- "reverse-words",
50
- "biz-jargon"
51
- ],
52
- "author": "JPaulDuncan <jpaulduncan@gmail.com> (https://github.com/jpaulduncan)",
53
- "license": "MIT",
54
- "devDependencies": {
55
- "@faker-js/faker": "^9.0.0",
56
- "@types/node": "^22.0.0",
57
- "eslint": "^9.0.0",
58
- "tsx": "^4.19.0",
59
- "typescript": "^5.6.0",
60
- "vitest": "^2.1.0"
61
- },
62
- "peerDependencies": {
63
- "@faker-js/faker": ">=8.0.0"
64
- },
65
- "peerDependenciesMeta": {
66
- "@faker-js/faker": {
67
- "optional": true
68
- }
69
- }
70
- }
1
+ {
2
+ "name": "marlarky",
3
+ "version": "1.0.2",
4
+ "description": "Marlarky - A faker-like library for generating syntactically plausible English text",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "bin": {
9
+ "marlarky": "dist/cli.js"
10
+ },
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.js",
14
+ "types": "./dist/index.d.ts"
15
+ },
16
+ "./cli": "./dist/cli.js"
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "examples"
21
+ ],
22
+ "scripts": {
23
+ "build": "tsc",
24
+ "dev": "tsc --watch",
25
+ "test": "vitest",
26
+ "test:run": "vitest run",
27
+ "test:coverage": "vitest run --coverage",
28
+ "lint": "eslint src --ext .ts",
29
+ "example:basic": "tsx examples/basic-usage.ts",
30
+ "example:corporate": "tsx examples/corporate-lexicon.ts",
31
+ "cli": "node dist/cli.js",
32
+ "prepublishOnly": "npm run build"
33
+ },
34
+ "keywords": [
35
+ "faker",
36
+ "text-generation",
37
+ "english",
38
+ "nlp",
39
+ "lexicon",
40
+ "syntax",
41
+ "grammar",
42
+ "pig-latin",
43
+ "ubbidubbi",
44
+ "leetspeak",
45
+ "pirate-speak",
46
+ "redaction",
47
+ "emoji",
48
+ "mock-case",
49
+ "reverse-words",
50
+ "biz-jargon"
51
+ ],
52
+ "author": "JPaulDuncan <jpaulduncan@gmail.com> (https://github.com/jpaulduncan)",
53
+ "license": "MIT",
54
+ "devDependencies": {
55
+ "@faker-js/faker": "^9.0.0",
56
+ "@types/node": "^22.0.0",
57
+ "eslint": "^9.0.0",
58
+ "tsx": "^4.19.0",
59
+ "typescript": "^5.6.0",
60
+ "vitest": "^2.1.0"
61
+ },
62
+ "peerDependencies": {
63
+ "@faker-js/faker": ">=8.0.0"
64
+ },
65
+ "peerDependenciesMeta": {
66
+ "@faker-js/faker": {
67
+ "optional": true
68
+ }
69
+ }
70
+ }