projectmanager-sdk
Version:
Software development kit for the ProjectManager.com API. for TypeScript
50 lines (49 loc) • 1.51 kB
JSON
{
"name": "projectmanager-sdk",
"version": "134.0.125",
"description": "Software development kit for the ProjectManager.com API. for TypeScript",
"repository": "https://github.com/projectmgr/projectmanager-sdk-typescript",
"license": "MIT",
"author": "ProjectManager.com support@projectmanager.com ()",
"keywords": [
"projectmanager",
"project management",
"task tracking",
"projects",
"tasks"
],
"homepage": "",
"dependencies": {
"axios": "^1.6.2",
"form-data": "^4.0.0"
},
"files": [
"LICENSE",
"README.md",
"package.json",
"dist/**/*"
],
"scripts": {
"clear": "rimraf ./dist && rimraf *.tgz && rimraf ./bundle",
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"src/**/*.ts\"",
"build": "node ./build/build.js",
"build-types": "tsc --emitDeclarationOnly --declaration --project tsconfig.bundle.json"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"platform": "node",
"devDependencies": {
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"esbuild": "^0.25.0",
"esbuild-plugin-tsc": "^0.4.0",
"eslint": "^8.11.0",
"npm-run-all": "^2.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
}
}