attq/package.json
Brent Schroeter f74684396b init repo
2026-02-02 07:36:59 +00:00

26 lines
653 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": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"rollup": "^4.57.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
}
}