You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/server/plugins/com.msgbyte.linkmeta/package.json

22 lines
447 B
JSON

{
"name": "tailchat-plugin-linkmeta",
"version": "1.0.0",
"main": "index.js",
"author": "moonrailgun",
"license": "MIT",
"private": true,
"scripts": {
"build:web": "ministar buildPlugin all",
"build:web:watch": "ministar watchPlugin all"
},
"devDependencies": {
"less": "^4.1.2",
"mini-star": "^1.2.8"
},
"dependencies": {
"got": "11.8.3",
"link-preview-js": "^2.1.10",
"lodash": "^4.17.21"
}
}