{ "name": "bennc-js", "version": "1.0.0", "description": "A TypeScript/Javascript BENNC implementation.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "ts-standard", "test": "jest", "build": "tsc", "postinstall": "tsc" }, "repository": { "type": "git", "url": "https://git.jacknet.io/TerribleCodeClub/bennc-js" }, "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": { "^.+\\.ts?$": "ts-jest" } }, "dependencies": { "color": "^4.2.0", "@types/color": "^3.0.3", "romulus-js": "git+https://git.jacknet.io/TerribleCodeClub/romulus-js.git" } }