2023-12-13 00:31:35 +00:00
|
|
|
{
|
2023-12-13 01:24:33 +00:00
|
|
|
"name": "peertube-plugin-ncd-sell-storage",
|
2023-12-13 00:45:42 +00:00
|
|
|
"description": "NCD fork of the peertube-plugin-orion-sell-storage to sell storage to users using Stripe",
|
2023-12-14 22:27:31 +00:00
|
|
|
"version": "1.1.2",
|
2023-12-13 00:45:42 +00:00
|
|
|
"author": "matty",
|
2023-12-13 14:54:19 +00:00
|
|
|
"bugs": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage",
|
2023-12-13 00:31:35 +00:00
|
|
|
"clientScripts": [
|
|
|
|
{
|
|
|
|
"script": "dist/common-client-plugin.js",
|
|
|
|
"scopes": [
|
|
|
|
"common"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"assets/style.css"
|
|
|
|
],
|
|
|
|
"engine": {
|
|
|
|
"peertube": ">=4.3.0"
|
|
|
|
},
|
2023-12-13 00:45:42 +00:00
|
|
|
"homepage": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage",
|
2023-12-13 00:31:35 +00:00
|
|
|
"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"
|
2023-12-13 00:42:42 +00:00
|
|
|
},
|
|
|
|
"main": "main.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage"
|
|
|
|
},
|
|
|
|
"license": "ISC"
|
2023-12-13 00:31:35 +00:00
|
|
|
}
|