-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
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
{
"name": "pimpmyduck",
"version": "1.0.0",
"description": "Customize your own Zenikanard by Zenika",
"author": "Benjamin Petetot",
"license": "Apache-2.0",
"homepage": "https://pimpmyduck.zenika.com",
"repository": {
"type": "git",
"url": "git+https://github.com/zenika-open-source/my-zenikanard.git"
},
"bugs": {
"url": "https://github.com/zenika-open-source/my-zenikanard/issues"
},
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "yarn workspace @pimpmyduck/app start",
"build": "yarn workspace @pimpmyduck/app build",
"test": "yarn test:functions",
"test:functions": "yarn workspace @pimpmyduck/functions test"
},
"engines": {
"yarn": ">=1.22.0",
"node": ">=22.0.0"
}
}