|
1 | | -{ |
2 | | - "name": "motely-node", |
3 | | - "version": "3.15.35", |
4 | | - "description": "MotelyJAML for Node.js - Balatro seed analyzer and JAML filter engine using .NET 10 Native AOT", |
5 | | - "main": "index.cjs", |
6 | | - "types": "./index.d.ts", |
7 | | - "exports": { |
8 | | - ".": { |
9 | | - "types": "./index.d.ts", |
10 | | - "require": "./index.cjs", |
11 | | - "import": "./index.cjs", |
12 | | - "default": "./index.cjs" |
13 | | - }, |
14 | | - "./jaml-schema": { |
15 | | - "types": "./jaml-schema.d.ts", |
16 | | - "import": "./jaml-schema.js", |
17 | | - "require": "./jaml-schema.js", |
18 | | - "default": "./jaml-schema.js" |
19 | | - }, |
20 | | - "./jaml.schema.json": "./jaml.schema.json" |
21 | | - }, |
22 | | - "files": [ |
23 | | - "index.cjs", |
24 | | - "index.d.ts", |
25 | | - "jaml-schema.js", |
26 | | - "jaml-schema.d.ts", |
27 | | - "jaml.schema.json", |
28 | | - "bin/linux-x64/*.node" |
29 | | - ], |
30 | | - "repository": { |
31 | | - "type": "git", |
32 | | - "url": "git+https://github.com/OptimusPi/MotelyJAML.git", |
33 | | - "directory": "motely-node" |
34 | | - }, |
35 | | - "license": "MIT", |
36 | | - "keywords": [ |
37 | | - "balatro", |
38 | | - "seed", |
39 | | - "dotnet", |
40 | | - "node-api", |
41 | | - "aot", |
42 | | - "jaml" |
43 | | - ], |
44 | | - "engines": { |
45 | | - "node": "\u003e=22.0.0" |
46 | | - }, |
47 | | - "os": [ |
48 | | - "linux" |
49 | | - ] |
| 1 | +{ |
| 2 | + "name": "motely-node", |
| 3 | + "version": "3.15.39", |
| 4 | + "description": "MotelyJAML for Node.js - Balatro seed analyzer and JAML filter engine using .NET 10 Native AOT", |
| 5 | + "main": "index.cjs", |
| 6 | + "types": "./index.d.ts", |
| 7 | + "exports": { |
| 8 | + ".": { |
| 9 | + "types": "./index.d.ts", |
| 10 | + "require": "./index.cjs", |
| 11 | + "import": "./index.cjs", |
| 12 | + "default": "./index.cjs" |
| 13 | + }, |
| 14 | + "./jaml-schema": { |
| 15 | + "types": "./jaml-schema.d.ts", |
| 16 | + "import": "./jaml-schema.js", |
| 17 | + "require": "./jaml-schema.js", |
| 18 | + "default": "./jaml-schema.js" |
| 19 | + }, |
| 20 | + "./jaml.schema.json": "./jaml.schema.json" |
| 21 | + }, |
| 22 | + "files": [ |
| 23 | + "index.cjs", |
| 24 | + "index.d.ts", |
| 25 | + "jaml-schema.js", |
| 26 | + "jaml-schema.d.ts", |
| 27 | + "jaml.schema.json", |
| 28 | + "bin/linux-x64/*.node" |
| 29 | + ], |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "git+https://github.com/OptimusPi/MotelyJAML.git", |
| 33 | + "directory": "motely-node" |
| 34 | + }, |
| 35 | + "license": "MIT", |
| 36 | + "keywords": [ |
| 37 | + "balatro", |
| 38 | + "seed", |
| 39 | + "dotnet", |
| 40 | + "node-api", |
| 41 | + "aot", |
| 42 | + "jaml" |
| 43 | + ], |
| 44 | + "engines": { |
| 45 | + "node": ">=22.0.0" |
| 46 | + }, |
| 47 | + "os": [ |
| 48 | + "linux" |
| 49 | + ] |
50 | 50 | } |
0 commit comments