43 lines
954 B
JSON
43 lines
954 B
JSON
{
|
|
"name": "@3t/bennc",
|
|
"version": "1.0.0",
|
|
"description": "A TypeScript/Javascript BENNC implementation.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"lint": "prettier --check .",
|
|
"format": "prettier --write .",
|
|
"test": "jest",
|
|
"build": "tsc",
|
|
"postinstall": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.3t.network/3t.network/bennc"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://git.3t.network/api/packages/3t.network/npm/"
|
|
},
|
|
"author": "Butlersaurus",
|
|
"license": "ISC",
|
|
"jest": {
|
|
"verbose": true,
|
|
"transform": {
|
|
"^.+\\.ts?$": "ts-jest"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@3t/romulus": "^1.0.2",
|
|
"@types/color": "^3.0.3",
|
|
"color": "^4.2.0",
|
|
"websocket-ts": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^30.0.0",
|
|
"jest": "^30.1.3",
|
|
"prettier": "^3.6.2",
|
|
"ts-jest": "^29.4.1",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|