comfytype
Version:
Comfiest TypeScript Style Boilerplate
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "comfytype",
"version": "1.0.5",
"description": "Comfiest TypeScript Style Boilerplate",
"type": "module",
"main": "build/index.js",
"bin": {
"comfytype": "build/index.js"
},
"scripts": {
"build": "tsc",
"clean": "rimraf ./build/",
"prepare": "npm run build",
"lint": "eslint .",
"fix": "eslint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instafluff/ComfyType.git"
},
"keywords": [
"Instafluff",
"TypeScript",
"style",
"guide",
"cli",
"npx",
"eslint",
"lint",
"linter",
"comfy",
"type",
"boilerplate",
"project",
"JavaScript",
"node",
"node.js"
],
"author": "Instafluff",
"license": "MIT",
"bugs": {
"url": "https://github.com/instafluff/ComfyType/issues"
},
"homepage": "https://github.com/instafluff/ComfyType#readme",
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.74",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-comfycase": "^0.1.2",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.5"
},
"dependencies": {
"execa": "^6.1.0",
"meow": "^11.0.0"
}
}