aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/plugins/sonarsource-source-filesystem/package.json
blob: bd1f6237fc0d068687263675957e869726bb6e92 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "sonarsource-source-filesystem",
  "version": "0.0.0",
  "license": "LGPL-3.0",
  "private": true,
  "main": "create-file-node.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}