forked from CookieMonsterTeam/CookieMonsterFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "@cookiemonsterteam/cookiemonsterframework",
"version": "0.2.3",
"description": "A package with functions used in the Cookie Monste Mod Framework",
"keywords": [
"mod",
"Cookie Clicker",
"javascript",
"Dashnet",
"Orteil"
],
"homepage": "https://github.com/CookieMonsterTeam/CookieMonsterFramework#readme",
"bugs": {
"url": "https://github.com/CookieMonsterTeam/CookieMonsterFramework/CookieMonster/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CookieMonsterTeam/CookieMonsterFramework"
},
"license": "MIT",
"author": {
"name": "Daniël van Noord",
"email": "13665637+DanielNoord@users.noreply.github.com"
},
"main": "src/index.js",
"scripts": {
"eslint": "eslint src"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"esm": "^3.2.25",
"npm-run-all": "^4.1.5",
"prettier": "2.3.0"
},
"dependencies": {
"@eastdesire/jscolor": "^2.4.5"
}
}