Added NPM and created Build script
This commit is contained in:
2
.eslintignore
Normal file
2
.eslintignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
CookieMonster.js
|
||||||
|
CookieMonster.user.js
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
node_modules
|
||||||
5673
CookieMonster.js
5673
CookieMonster.js
File diff suppressed because one or more lines are too long
2205
package-lock.json
generated
Normal file
2205
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
44
package.json
Normal file
44
package.json
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"name": "cookie-monster",
|
||||||
|
"version": "2.031.4",
|
||||||
|
"description": "Cookie Monster is an add-on that you can load into Cookie Clicker which offers a wide range of tools and statistics to enhance the game. It is not a cheat interface – although it does offer helpers for golden cookies and such, everything can be toggled off at will to only leave how much information you want. This is a helper and everything is an option.",
|
||||||
|
"main": "CookieMonster.js",
|
||||||
|
"keywords": [
|
||||||
|
"Cookie Clicker",
|
||||||
|
"javascript",
|
||||||
|
"mod",
|
||||||
|
"Dashnet",
|
||||||
|
"Orteil"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"build": "npx eslint src && terser ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js ./src/Main.js ./src/Sim.js ./src/Footer.js -o CookieMonster.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/Aktanusa/CookieMonster.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"author": {
|
||||||
|
"name": "Aktanusa",
|
||||||
|
"email": "13665637+DanielNoord@users.noreply.github.com"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Daniël van Noord",
|
||||||
|
"email": "13665637+DanielNoord@users.noreply.github.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Aran Leite",
|
||||||
|
"email": "hyoretsu@gmail.com",
|
||||||
|
"url": "https://www.linkedin.com/in/aranleite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/Aktanusa/CookieMonster/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/Aktanusa/CookieMonster#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "^7.19.0",
|
||||||
|
"terser": "^5.6.0-beta"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user