-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "@smirea/cookie-clicker-bot",
"private": true,
"version": "4.7.0",
"description": "",
"main": "dist/CookieBot.js",
"source": "src/index.ts",
"scripts": {
"watch": "rm -rf dist; webpack --watch",
"build": "rm -rf dist; webpack",
"build:tsc-errors": "tsc --noEmit",
"pre-commit": "node scripts/preCommit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smirea/cookie-clicker-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smirea/cookie-clicker-bot/issues"
},
"homepage": "https://github.com/smirea/cookie-clicker-bot#readme",
"devDependencies": {
"@types/react": "^17.0.38",
"css-loader": "^6.5.1",
"husky": "^7.0.4",
"style-loader": "^3.3.1",
"stylus": "^0.56.0",
"stylus-loader": "^6.2.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"preact": "^10.6.4"
}
}