You've already forked konami-code-snippets
mirror of
https://github.com/hexolan/konami-code-snippets.git
synced 2026-05-20 11:39:22 +01:00
feat(package): minifying js
feat(src): refactor for library usage refactor: move examples to root dir
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "konami-code-snippets",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"minify": "minify src/main.js > src/main.min.js"
|
||||
},
|
||||
"author": "Declan Teevan <dt@hexolan.com>",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"dependencies": {
|
||||
"minify": "^15.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user