summaryrefslogtreecommitdiff
path: root/extension/examples/package.json
blob: 4aa07244f793f8b0a4e87cc455ab6cb16426eb03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "python",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "sqlite3": "^5.1.6",
    "typeorm": "^0.3.15"
  }
}