@org-formation/tombok
Version:
Lombok for TypeScript
46 lines (45 loc) • 948 B
JSON
{
"name": "@org-formation/tombok",
"version": "0.0.1",
"description": "Lombok for TypeScript",
"author": "Ryan Zander <exide@hotmail.com>",
"license": "MIT",
"keywords": [
"typescript",
"lombok"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/org-formation/tombok#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/org-formation/tombok.git"
},
"bugs": {
"url": "https://github.com/org-formation/tombok/issues"
},
"scripts": {
"build": "npx tsc",
"test": "npx jest"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=5.6.0"
},
"devDependencies": {
"@types/jest": "^25.1.0",
"@types/node": "^12.0.0",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}