mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-12 05:49:01 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "taskview-api",
|
|
"private": false,
|
|
"version": "1.44.0",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Gimanh/taskview-community.git",
|
|
"directory": "taskview-packages/taskview-api"
|
|
},
|
|
"homepage": "https://github.com/Gimanh/taskview-community/tree/main/taskview-packages/taskview-api#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/Gimanh/taskview-community/issues"
|
|
},
|
|
"main": "./dist/taskview-api.umd.js",
|
|
"module": "./dist/taskview-api.es.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/taskview-api.es.js",
|
|
"require": "./dist/taskview-api.cjs.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build-watch": "tsc && vite build --watch",
|
|
"preview": "vite preview",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:build-images": "bash src/api/__tests__/docker/build-test-images.sh",
|
|
"test:docker": "bash src/api/__tests__/docker/run-tests.sh",
|
|
"test:run": "bash src/api/__tests__/docker/run-tests-only.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@testcontainers/postgresql": "^11.7.1",
|
|
"axios": "1.13.5",
|
|
"bun": "^1.3.0",
|
|
"testcontainers": "^11.7.1",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4",
|
|
"vitest": "^3.2.4",
|
|
"pg": "^8.11.3",
|
|
"@types/pg": "^8.10.9"
|
|
},
|
|
"dependencies": {
|
|
"vite-plugin-dts": "^4.5.4"
|
|
}
|
|
} |