-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@reke592/qwxyz",
"version": "0.0.3",
"description": "queue processing",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx ts-node-dev --respawn ./sample/runner.ts",
"emitted": "npx tsc --listFiles --listEmittedFiles",
"debug": "SET DEBUG=qwxyz* && npx ts-node-dev --respawn ./sample/runner.ts",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"queue",
"qwekqwek"
],
"files": [
"dist/**/*",
"README.md"
],
"author": "reke592",
"license": "MIT",
"devDependencies": {
"@sequelize/mysql": "^7.0.0-alpha.43",
"@sequelize/sqlite3": "^7.0.0-alpha.43",
"@types/debug": "^4.1.12",
"debug": "^4.4.0",
"mysql2": "^3.11.5",
"rimraf": "^6.0.1",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reke592/qwxyz.git"
},
"bugs": {
"url": "https://github.com/reke592/qwxyz/issues"
},
"homepage": "https://github.com/reke592/qwxyz#readme"
}