mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
21 lines
416 B
JSON
21 lines
416 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.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@plane/eslint-config": "*",
|
|
"@plane/typescript-config": "*",
|
|
"tsc-alias": "^1.8.10"
|
|
}
|
|
}
|