attq/package.json
2026-02-02 18:12:18 +00:00

34 lines
870 B
JSON

{
"name": "attq",
"version": "0.1.0-beta.0",
"description": "Async Tiny Task Queue",
"repository": {
"type": "git",
"url": "https://forge.secondsystemtech.com/brent/attq"
},
"license": "MIT",
"author": "Brent Schroeter (https://brentsch.com)",
"browser": "dist/index.min.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "mise run build",
"test": "mise run test"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@types/jest": "^30.0.0",
"eslint": "^9.39.2",
"globals": "^17.3.0",
"jest": "^30.2.0",
"jiti": "^2.6.1",
"rollup": "^4.57.1",
"ts-jest": "^29.4.6",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
}
}