Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit cf734f7

Browse files
committed
refactor: use @RewriteToday instead of @rewritejs
1 parent f998879 commit cf734f7

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
{
2-
"name": "@rewritejs/sdk",
2+
"name": "@rewritetoday/sdk",
3+
"version": "1.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/rewritetoday/node.git"
7+
},
8+
"main": "./dist/index.js",
39
"module": "src/index.ts",
4-
"type": "module",
5-
"private": false,
6-
"version": "1.0.1",
710
"devDependencies": {
811
"@biomejs/biome": "^2.4.2",
912
"@types/bun": "latest"
1013
},
1114
"peerDependencies": {
1215
"typescript": "^5.9.3"
1316
},
14-
"dependencies": {
15-
"@rewritejs/rest": "^1.0.2",
16-
"@rewritejs/types": "^1.0.0"
17+
"description": "An ergonomic SDK to integrate with Rewrite in your workflow",
18+
"engines": {
19+
"node": ">=18",
20+
"bun": ">=1.0.0"
1721
},
18-
"main": "./dist/index.js",
19-
"types": "./dist/index.d.ts",
2022
"files": [
2123
"dist"
2224
],
@@ -26,23 +28,21 @@
2628
"url": "https://github.com/almeidazs"
2729
}
2830
],
31+
"private": false,
32+
"publishConfig": {
33+
"access": "public"
34+
},
2935
"scripts": {
3036
"test": "bun test",
3137
"biome:check": "biome check --write .",
3238
"build": "rm -rf dist && bun run scripts/version.ts && bun biome:check && bun build src/index.ts --outdir dist --target node && bun run types",
3339
"types": "bunx tsc --emitDeclarationOnly",
3440
"prepublishOnly": "bun run build"
3541
},
36-
"engines": {
37-
"node": ">=18",
38-
"bun": ">=1.0.0"
39-
},
40-
"repository": {
41-
"type": "git",
42-
"url": "git+https://github.com/rewritetoday/node.git"
43-
},
44-
"publishConfig": {
45-
"access": "public"
46-
},
47-
"description": "An ergonomic SDK to integrate with Rewrite in your workflow"
42+
"type": "module",
43+
"types": "./dist/index.d.ts",
44+
"dependencies": {
45+
"@rewritetoday/rest": "^1.0.0",
46+
"@rewritetoday/types": "^1.0.0"
47+
}
4848
}

0 commit comments

Comments
 (0)