UNPKG

@raccoons-co/genera

Version:

Abstractions on top of Typescript 5.0.

54 lines (53 loc) 1.36 kB
{ "name": "@raccoons-co/genera", "version": "0.1.2", "description": "Abstractions on top of Typescript 5.0.", "keywords": [ "TypeScript", "Abstraction" ], "homepage": "https://github.com/raccoons-co/genera#readme", "bugs": { "url": "https://github.com/raccoons-co/genera/issues" }, "license": "MIT", "author": "Raccoons <info@raccoons.co>", "files": [ "lib/" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/raccoons-co/genera.git" }, "scripts": { "build": "tsc", "lint.packagejson": "npmPkgJsonLint .", "lint.typescript": "eslint './src/**/*.ts'", "posttest": "npm-run-all lint.*", "prepack": "npm run build", "test": "nyc ts-node src/test/EntryPoint" }, "devDependencies": { "@raccoons-co/cleanway": "^2.6.0", "@raccoons-co/ethics": "^0.4.3", "@types/chai": "^4.3.10", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "chai": "^4.3.10", "eslint": "^8.53.0", "npm-package-json-lint": "^7.1.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "engines": { "node": ">=16.x" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }