-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 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
37
{
"name": "choose-your-own-lump",
"version": "1.3.2",
"description": "Cookie Clicker mod to aid choosing specific sugar lump types",
"main": "ChooseYourOwnLump.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "npx rollup -c",
"test": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staticvariablejames/ChooseYourOwnLump.git"
},
"author": "Static Variable James",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/staticvariablejames/ChooseYourOwnLump/issues"
},
"homepage": "https://github.com/staticvariablejames/ChooseYourOwnLump#readme",
"devDependencies": {
"@playwright/test": "^1.14.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.2.3",
"@types/cookieclicker": "^2.31.4",
"@types/js-beautify": "^1.13.2",
"ccse-ts": "github:staticvariablejames/CCSE-ts#semver:^0.1.1",
"cookie-connoisseur": "0.1.2",
"js-beautify": "^1.14.0",
"playwright": "^1.14.1",
"rollup": "^2.53.3",
"tslib": "^2.3.0",
"typescript": "^4.2.3"
}
}