@m1212e/rumble 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -15
  2. package/package.json +1 -24
package/README.md CHANGED
@@ -1,15 +1 @@
1
- # rumble
2
-
3
- To install dependencies:
4
-
5
- ```bash
6
- bun install
7
- ```
8
-
9
- To run:
10
-
11
- ```bash
12
- bun run index.ts
13
- ```
14
-
15
- This project was created using `bun init` in bun v1.1.24. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
1
+ # rumble
package/package.json CHANGED
@@ -1,24 +1 @@
1
- {
2
- "name": "@m1212e/rumble",
3
- "module": "index.ts",
4
- "type": "module",
5
- "peerDependencies": {
6
- "typescript": "^5.7.2",
7
- "drizzle-orm": "^0.38.3"
8
- },
9
- "dependencies": {
10
- "@pothos/plugin-drizzle": "^0.5.3",
11
- "graphql-yoga": "^5.10.8",
12
- "@pothos/core": "^4.3.0"
13
- },
14
- "version": "0.0.1",
15
- "exports": {
16
- "./package.json": "./package.json",
17
- ".": {
18
- "require": "./index.cjs",
19
- "import": "./index.js",
20
- "node": "./index.cjs",
21
- "default": "./index.cjs"
22
- }
23
- }
24
- }
1
+ {"name":"@m1212e/rumble","module":"index.ts","type":"module","peerDependencies":{"typescript":"^5.7.2","drizzle-orm":"^0.38.3"},"dependencies":{"@pothos/plugin-drizzle":"^0.5.3","graphql-yoga":"^5.10.8","@pothos/core":"^4.3.0"},"version":"0.0.2","exports":{"./package.json":"./package.json",".":{"require":"./index.cjs","import":"./index.js","node":"./index.cjs","default":"./index.cjs"}}}