-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.39 KB
/
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
38
39
{
"name": "@linefusion/directus-container",
"private": true,
"version": "0.0.0",
"description": "Directus Docker Images",
"scripts": {
"build": "pnpm build:src && pnpm build:version && pnpm build:copy && pnpm build:docker",
"build:src": "tsc",
"build:version": "tsx ./src/bin/versions.ts",
"build:copy": "pnpm build:copy:extras && pnpm build:copy:dist",
"build:copy:dist": "wtx files copy --source ./dist/ --target ./docker/root/directus/entrypoint/",
"build:copy:extras": "wtx files copy --source.base ./src --source.files versions.json --target ./dist/",
"build:docker": "tsx ./src/bin/images.ts"
},
"dependencies": {
"@wolfpkgs/core": "^0.2.13",
"prettier": "^3.3.3",
"semver": "^7.5.4"
},
"devDependencies": {
"@linefusion/tsconfig": "^0.0.1",
"@types/lodash": "^4.14.201",
"@types/node": "^22.5.5",
"@types/semver": "^7.5.5",
"@wolfpkgs/files": "^0.2.13",
"@wolfpkgs/package": "^0.2.14",
"@wolfpkgs/toolbox": "^0.2.13",
"changeset": "^0.2.6",
"lodash": "^4.17.21",
"p-limit": "^6.1.0",
"p-queue": "^8.0.1",
"p-throttle": "^6.2.0",
"query-registry": "2.6.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4",
"vitest": "^2.1.1"
},
"packageManager": "[email protected]+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}