fuck you
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "reddit-lemmy-importer",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://git.stardust.wtf/starlight/reddit-lemmy-importer",
|
||||
"author": "starlight",
|
||||
"license": "GPL-2.0-only",
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"he": "^1.2.0",
|
||||
"moment": "^2.30.1",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"scripts": {
|
||||
"importer": "yarn node src/index.js"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
Reference in New Issue
Block a user