@mondaydotcomorg/setup-api
Version:
monday.com setup api cli
53 lines (52 loc) • 1.58 kB
JSON
{
"name": "@mondaydotcomorg/setup-api",
"version": "2.1.1",
"description": "monday.com setup api cli",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"build": "rollup -c && if [ \"$(uname)\" != \"MSYS\" -a \"$(uname)\" != \"MINGW32\" -a \"$(uname)\" != \"MINGW64\" ]; then chmod +x dist/cjs/index.js; fi",
"test": "jest -c",
"prepublishOnly": "yarn build",
"prettier": "prettier --write \"lib/**/*.ts\" --ignore-path \"../../.prettierignore\"",
"lint": "eslint --fix \"lib/**/*.ts\" --ignore-path \"../../.eslintignore\""
},
"bin": {
"setup-api-monday": "./dist/cjs/index.js"
},
"keywords": [
"monday",
"api",
"graphql",
"setup"
],
"author": "monday.com Api Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mondaycom/monday-graphql-api/tree/main/packages/setup-api"
},
"dependencies": {
"package-manager-detector": "^1.6.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@types/node": "^16.0.0",
"@types/shelljs": "^0.8.15",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"rollup": "^2.79.1",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}