-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 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
50
51
52
53
{
"name": "pyramid-aio-raffles",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"start:local": "ts-node localIndex.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"exe": "pkg build/index.js --public --config package.json"
},
"pkg": {
"scripts": [],
"assets": [
"node_modules/figlet/fonts/Standard.flf"
],
"targets": [
"node18-macos-arm64",
"node18-win-arm64"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/botty97/pyramid-aio-raffles.git"
},
"author": "connor botterill",
"license": "ISC",
"bugs": {
"url": "https://github.com/botty97/pyramid-aio-raffles/issues"
},
"homepage": "https://github.com/botty97/pyramid-aio-raffles#readme",
"dependencies": {
"csvtojson": "^2.0.10",
"discord.js": "^14.6.0",
"dotenv": "^8.2.0",
"puppeteer": "^19.4.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@angablue/exe": "^1.2.0",
"@types/figlet": "^1.5.5",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.18",
"@types/puppeteer": "^7.0.4",
"chalk": "4.1.2",
"figlet": "^1.5.2",
"inquirer": "^8.0.0",
"pkg": "^5.8.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}