feat: first pass, good enough
This commit is contained in:
parent
593e16a0e7
commit
0a2525ec97
5 changed files with 3799 additions and 2 deletions
29
package.json
Normal file
29
package.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "gmenu2x-aliasfile-generator",
|
||||
"version": "1.0.0",
|
||||
"description": "Generates a gmenu2x aliasfile from a directory of files",
|
||||
"main": "src/index.mjs",
|
||||
"module": true,
|
||||
"scripts": {
|
||||
"start": "node src/index.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/joshtronic/gmenu2x-aliasfile-generator.git"
|
||||
},
|
||||
"author": "Josh Sherman <hello@joshtronic.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/joshtronic/gmenu2x-aliasfile-generator/issues"
|
||||
},
|
||||
"homepage": "https://github.com/joshtronic/gmenu2x-aliasfile-generator#readme",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.27.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^10.0.0",
|
||||
"mkdirp": "^2.1.5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue