create-etsc-jest
Version:
Create a package following templates using TypeScript, esbuild, jest, and more
36 lines (35 loc) • 727 B
JSON
{
"name": "create-etsc-jest",
"version": "1.0.4",
"description": "Create a package following templates using TypeScript, esbuild, jest, and more",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/create-etsc-jest.git"
},
"keywords": [
"etsc",
"tsc",
"esbuild",
"typescript",
"jest",
"nodemon"
],
"license": "MIT",
"author": "PabloSz",
"main": "./bin/create-etsc-jest.js",
"bin": {
"create-etsc-jest": "./bin/create-etsc-jest.js"
},
"files": [
"bin",
"templates"
],
"dependencies": {
"commander": "^6.1.0",
"recursive-copy": "^2.0.11"
},
"devDependencies": {
"@types/node": "^14.11.10",
"typescript": "^4.0.3"
}
}