-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"name": "insugar-trading",
"version": "1.5.0",
"description": "Cookie Clicker add-on for stock market analytics",
"main": "InsugarTrading.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "npx rollup -c",
"test": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staticvariablejames/InsugarTrading.git"
},
"author": "Static Variable James",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/staticvariablejames/InsugarTrading/issues"
},
"homepage": "https://github.com/staticvariablejames/InsugarTrading#readme",
"devDependencies": {
"@playwright/test": "1.57.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/cookieclicker": "^2.52.5",
"@types/node": "^25.5.0",
"ccse-ts": "github:staticvariablejames/CCSE-ts#semver:^0.2.0",
"cookie-connoisseur": "0.4.0",
"playwright": "1.57.0",
"rollup": "^2.80.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
}
}