diff --git a/package.json b/package.json new file mode 100644 index 0000000..1cc11eb --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "@rexovolt/november", + "author": { + "name": "Rexogamer", + "email": "beartechtalks@gmail.com" + }, + "license": "MIT", + "type": "module", + "private": true, + "packageManager": "yarn@1.22.19", + "repository": { + "type": "git", + "url": "git+https://github.com/rexovolt/november.git" + }, + "workspaces": [ + "packages/*" + ], + "devDependencies": { + "typescript": "^5.5.3" + } +} diff --git a/packages/termivolt/package.json b/packages/termivolt/package.json index 25cb773..1938a25 100644 --- a/packages/termivolt/package.json +++ b/packages/termivolt/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/rexovolt/termivolt.git" + "url": "git+https://github.com/rexovolt/november.git" }, "keywords": [ "revolt", @@ -22,13 +22,13 @@ "name": "Rexogamer", "email": "beartechtalks@gmail.com" }, - "license": "ISC", + "license": "MIT", "bugs": { - "url": "https://github.com/rexovolt/termivolt/issues" + "url": "https://github.com/rexovolt/november/issues" }, - "homepage": "https://github.com/rexovolt/termivolt#readme", + "homepage": "https://github.com/rexovolt/november/tree/main/packages/termivolt#readme", "engines": { - "node": ">=16" + "node": ">=18" }, "bin": { "termivolt": "dist/index.cjs" @@ -47,8 +47,6 @@ "esbuild": "^0.23.0", "inquirer": "^9.1.4", "revchiver": "^0.6.0", - "revolt.js": "^6.0.20", - "typescript": "^5.5.3" - }, - "packageManager": "yarn@1.22.19" -} \ No newline at end of file + "revolt.js": "^6.0.20" + } +}