UNPKG

@dobuki/dev-dependencies

Version:
62 lines (61 loc) 1.46 kB
{ "name": "@dobuki/dev-dependencies", "module": "index.ts", "type": "module", "description": "Dev dependencies", "version": "1.0.20", "keywords": [ "bun", "bunjs", "typescript", "template", "npm", "np", "publish", "git" ], "repository": { "type": "git", "url": "git@github.com:jacklehamster/dev-dependencies.git" }, "homepage": "https://jacklehamster.github.io/dev-dependencies/", "author": { "name": "Jack Le Hamster", "email": "jacklehamster@gmail.com" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=14.0.0" }, "scripts": { "test": "bun test", "auto-publish": "npm explore @dobuki/auto-publish -- bun run auto-publish \"$(pwd)\"" }, "publishConfig": { "access": "public" }, "dependencies": { "@dobuki/auto-publish": "latest", "@reduxjs/toolkit": "^2.6.1", "@types/bun": "^1.2.4", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "bun": "^1.2.4", "bun-types": "^1.2.4", "icon-gen": "^5.0.0", "jest": "^29.7.0", "package-name-fixer": "^1.0.10", "prettier": "^3.5.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0", "ts-loader": "^9.5.2", "typescript": "^5.8.2", "typescript-coverage-report": "^1.1.1", "webpack-cli": "^5.1.4" } }