forked from staticvariablejames/InsugarTrading
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "insugar-trading",
"version": "1.4.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.14.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/cookieclicker": "^2.31.5",
"ccse-ts": "github:staticvariablejames/CCSE-ts#semver:^0.2.0",
"cookie-connoisseur": "0.2.0",
"playwright": "^1.14.1",
"rollup": "^2.57.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
}
}