2024-12-23 01:51:30 +05:30
|
|
|
{
|
|
|
|
|
"name": "@plane/services",
|
2025-10-21 19:14:43 +05:30
|
|
|
"version": "1.1.0",
|
2025-03-04 20:20:38 +05:30
|
|
|
"license": "AGPL-3.0",
|
2024-12-23 01:51:30 +05:30
|
|
|
"private": true,
|
2025-11-06 00:09:35 -08:00
|
|
|
"type": "module",
|
2025-10-06 21:01:32 +05:30
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2025-11-21 15:13:52 +07:00
|
|
|
"types": "./dist/index-BliaS-AT.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
2025-10-06 21:01:32 +05:30
|
|
|
},
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2024-12-23 01:51:30 +05:30
|
|
|
"scripts": {
|
2025-09-03 14:01:57 +05:30
|
|
|
"build": "tsdown",
|
|
|
|
|
"dev": "tsdown --watch",
|
2025-07-24 13:14:51 -07:00
|
|
|
"check:lint": "eslint . --max-warnings 62",
|
2025-07-04 14:23:18 +05:30
|
|
|
"check:types": "tsc --noEmit",
|
|
|
|
|
"check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"fix:lint": "eslint . --fix",
|
|
|
|
|
"fix:format": "prettier --write \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
|
2024-12-23 01:51:30 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/constants": "workspace:*",
|
|
|
|
|
"@plane/types": "workspace:*",
|
2025-10-09 12:22:43 +05:30
|
|
|
"axios": "catalog:",
|
|
|
|
|
"file-type": "^21.0.0"
|
2025-07-18 15:04:31 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/eslint-config": "workspace:*",
|
|
|
|
|
"@plane/typescript-config": "workspace:*",
|
2025-11-20 19:00:27 +07:00
|
|
|
"@prettier/plugin-oxc": "0.0.4",
|
2025-09-03 14:01:57 +05:30
|
|
|
"tsdown": "catalog:",
|
2025-09-01 19:42:56 +05:30
|
|
|
"typescript": "catalog:"
|
2025-10-06 21:01:32 +05:30
|
|
|
},
|
2025-11-21 15:13:52 +07:00
|
|
|
"main": "./dist/index.js",
|
2025-11-06 00:09:35 -08:00
|
|
|
"module": "./dist/index.js",
|
2025-11-21 15:13:52 +07:00
|
|
|
"types": "./dist/index.d.ts"
|
2024-12-23 01:51:30 +05:30
|
|
|
}
|