forked from logchimp/logchimp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "logchimp",
"description": "A open-source software to track your customers feedback",
"version": "0.7.0-beta.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/logchimp/logchimp.git"
},
"bugs": {
"url": "https://github.com/logchimp/logchimp/issues"
},
"scripts": {
"server:dev": "pnpm --filter @logchimp/api dev",
"server:start": "pnpm --filter @logchimp/api start",
"start": "pnpm --filter @logchimp/api start",
"build:theme": "pnpm --filter @logchimp/theme build",
"rome:format": "rome format --write ."
},
"dependencies": {
"@logchimp/api": "0.7.0-beta.2",
"dotenv": "16.0.3"
},
"devDependencies": {
"nodemon": "2.0.22",
"rome": "11.0.0"
},
"keywords": [
"logchimp",
"feedback",
"open-source",
"codecarrot"
],
"engines": {
"node": ">=16 < 17"
}
}