aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 09:29:23 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-09 11:45:47 +0530
commitcdbec08f5a967220ba0375dbc6e683134d73f95f (patch)
tree7c39e51ce0dedab30f0c77960331b6b4fccb438a /package.json
parentUpdate 'recipes' submodule (diff)
downloadferdium-server-cdbec08f5a967220ba0375dbc6e683134d73f95f.tar.gz
ferdium-server-cdbec08f5a967220ba0375dbc6e683134d73f95f.tar.zst
ferdium-server-cdbec08f5a967220ba0375dbc6e683134d73f95f.zip
Add 'python' dependency for compiling native libs
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f55d9d9..eab158b 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
7 "engines": { 7 "engines": {
8 "node": "16.18.1", 8 "node": "16.18.1",
9 "npm": "8.19.2", 9 "npm": "8.19.2",
10 "pnpm": "7.18.1" 10 "pnpm": "7.18.1",
11 "python": "3.11.1"
11 }, 12 },
12 "scripts": { 13 "scripts": {
13 "prepare": "is-ci || husky install", 14 "prepare": "is-ci || husky install",