refactor: rename package to @3t/bennc and update repository URL
- Changed package name from "bennc-js" to "@3t/bennc" - Updated repository URL to point to the new location - Added publishConfig for npm registry - Updated devDependencies to newer versions
This commit is contained in:
21
package.json
21
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "bennc-js",
|
||||
"name": "@3t/bennc",
|
||||
"version": "1.0.0",
|
||||
"description": "A TypeScript/Javascript BENNC implementation.",
|
||||
"main": "dist/index.js",
|
||||
@@ -13,17 +13,13 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.jacknet.io/TerribleCodeClub/bennc-js"
|
||||
"url": "https://git.3t.network/3t.network/bennc"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://git.3t.network/api/packages/3t.network/npm/"
|
||||
},
|
||||
"author": "Butlersaurus",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.0",
|
||||
"jest": "^27.4.7",
|
||||
"ts-jest": "^27.1.3",
|
||||
"ts-standard": "^11.0.0",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"jest": {
|
||||
"verbose": true,
|
||||
"transform": {
|
||||
@@ -34,5 +30,12 @@
|
||||
"@3t/romulus": "^1.0.2",
|
||||
"@types/color": "^3.0.3",
|
||||
"color": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^30.0.0",
|
||||
"jest": "^30.1.3",
|
||||
"prettier": "^3.6.2",
|
||||
"ts-jest": "^29.4.1",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user