mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
22 lines
442 B
JSON
22 lines
442 B
JSON
|
|
{
|
||
|
|
"name": "@plane/sdk",
|
||
|
|
"version": "0.23.0",
|
||
|
|
"private": true,
|
||
|
|
"main": "./dist/index.js",
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "tsc --watch",
|
||
|
|
"build": "tsc && tsc-alias",
|
||
|
|
"lint": "eslint --ext .ts src"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.7.7",
|
||
|
|
"lodash": "^4.17.21"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@plane/eslint-config": "*",
|
||
|
|
"@plane/typescript-config": "*",
|
||
|
|
"tsc-alias": "^1.8.10"
|
||
|
|
}
|
||
|
|
}
|