UNPKG

@ehmicky/dev-tasks

Version:

Automated development tasks for my own projects

88 lines (87 loc) 2.1 kB
{ "name": "@ehmicky/dev-tasks", "version": "3.0.33", "type": "module", "exports": { ".": "./build/src/main.js", "./register.js": "./build/src/tasks/builder/register.js", "./ava.config.js": "./ava.config.js", "./tsconfig.json": "./tsconfig.json" }, "main": "./build/src/main.js", "files": [ "build/src/**/*.{js,json,sh}", "!build/src/**/*.test.js", "!build/src/{helpers,fixtures}", "build/src/browserslist", "ava.config.js", "tsconfig.json" ], "scripts": { "test": "gulp test" }, "description": "Automated development tasks for my own projects", "keywords": [ "gulp", "gulpfile", "gulpjs", "gulp-tasks", "babel", "eslint", "prettier", "codecov", "github-actions", "watch", "jscpd", "npm", "ava" ], "license": "Apache-2.0", "homepage": "https://www.github.com/ehmicky/dev-tasks", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/dev-tasks.git" }, "bugs": { "url": "https://github.com/ehmicky/dev-tasks/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "dependencies": { "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.26.0", "@babel/register": "^7.25.9", "@ehmicky/eslint-config": "^20.0.27", "@ehmicky/prettier-config": "^1.0.5", "@eslint/compat": "^1.2.7", "c8": "^10.1.3", "del": "^8.0.0", "got": "^13.0.0", "gulp-babel": "^8.0.0", "gulp-execa": "^8.0.0", "handle-cli-error": "^5.0.0", "is-ci": "^4.1.0", "jscpd": "^4.0.5", "log-process-errors": "^12.0.0", "nano-spawn": "^0.2.0", "node-version-alias": "^5.0.0", "p-filter": "^4.1.0", "path-exists": "^5.0.0", "plugin-error": "^2.0.1", "prettier": "^3.5.3", "release-it": "^18.1.2", "rename-fn": "^2.1.0", "semver": "^7.7.1", "tsd": "^0.31.2", "typescript": "^5.8.2" }, "peerDependencies": { "ava": "^6.2.0", "gulp": "^5.0.0" }, "engines": { "node": ">=18.18.0" } }