summaryrefslogtreecommitdiff
path: root/extension/examples/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/examples/package.json')
-rw-r--r--extension/examples/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/extension/examples/package.json b/extension/examples/package.json
new file mode 100644
index 00000000..4aa07244
--- /dev/null
+++ b/extension/examples/package.json
@@ -0,0 +1,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"
+ }
+}