-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "spiced-cookies",
"version": "0.6.0",
"description": "Mod for Cookie Clicker featuring several small gameplay changes",
"main": "Spice.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "npx rollup -c",
"test": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staticvariablejames/SpicedCookies.git"
},
"keywords": [
"cookie-clicker"
],
"author": "Static Variable James",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/staticvariablejames/SpicedCookies/issues"
},
"homepage": "https://github.com/staticvariablejames/SpicedCookies#readme",
"devDependencies": {
"@playwright/test": "^1.17.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/cookieclicker": "^2.31.5",
"ccse-ts": "git+https://github.com/staticvariablejames/CCSE-ts.git#semver:^0.3.0",
"cookie-connoisseur": "^0.2.1",
"playwright": "^1.17.1",
"rollup": "^2.62.0",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
}
}