UNPKG

tsminilens

Version:
34 lines (33 loc) 735 B
{ "name": "tsminilens", "version": "2.0.1-alpha", "description": "mini Lens for TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "publish": "tsc && npm publish", "test": "jest *.spec.ts" }, "repository": { "type": "git", "url": "git+https://github.com/hackle/TsMiniLens.git" }, "keywords": [ "Lens", "TypeScript" ], "author": "Hackle Wayne", "license": "MIT", "bugs": { "url": "https://github.com/hackle/TsMiniLens/issues" }, "homepage": "https://github.com/hackle/TsMiniLens#readme", "peerDependencies": { "typescript": "^4.6.3" }, "devDependencies": { "@types/jest": "^27.4.1", "ts-jest": "^27.1.4" } }