peertube-plugin-ncd-sell-st.../package.json

55 lines
1.4 KiB
JSON

{
"name": "peertube-plugin-ncd-sell-storage",
"description": "NCD fork of the peertube-plugin-orion-sell-storage to sell storage to users using Stripe",
"version": "1.0.8",
"author": "matty",
"bugs": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage",
"clientScripts": [
{
"script": "dist/common-client-plugin.js",
"scopes": [
"common"
]
}
],
"css": [
"assets/style.css"
],
"engine": {
"peertube": ">=4.3.0"
},
"homepage": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage",
"keywords": [
"peertube",
"plugin",
"admin",
"stats"
],
"library": "./main.js",
"scripts": {
"prepare": "npm run build",
"build": "node ./scripts/build.js",
"pl:install": "cd ../../PeerTube && npm run plugin:uninstall -- --npm-name peertube-plugin-ncd-sell-storage && npm run plugin:install -- --plugin-path /Users/thommy/Websites/peertube-dev/plugins/peertube-plugin-ncd-sell-storage"
},
"staticDirs": {
"images": "public/images"
},
"translations": {
"fr-FR": "./languages/fr.json"
},
"devDependencies": {
"esbuild": "^0.14.36"
},
"dependencies": {
"express": "^4.18.1",
"moment": "^2.29.4",
"stripe": "^10.11.0"
},
"main": "main.js",
"repository": {
"type": "git",
"url": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage"
},
"license": "ISC"
}