files_photospheres/package.json

35 строки
1.1 KiB
JSON

{
"name": "files_photospheres",
"version": "1.0.0",
"description": "Enables viewing of google photosphere images by integrating the photo-sphere-viewer.js component into your nextcloud instance.",
"main": "js/fileAction.js",
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --config webpack.js",
"dev": "NODE_ENV=development ./node_modules/.bin/webpack --progress --config webpack.js",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --progress --config webpack.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/files_photospheres.git"
},
"author": "Robin Windey",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nextcloud/files_photospheres/issues"
},
"homepage": "https://github.com/nextcloud/files_photospheres/blob/master/README.md",
"dependencies": {
"@nextcloud/files": "3.0.0"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"process": "^0.11.10",
"node-polyfill-webpack-plugin": "3.0.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
}