mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "@plane/services",
|
|
"version": "0.24.1",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"lint:errors": "eslint src --ext .ts,.tsx --quiet"
|
|
},
|
|
"dependencies": {
|
|
"@plane/constants": "*",
|
|
"axios": "^1.7.9"
|
|
}
|
|
}
|