@agnostack/next-zcli
Version:
Please contact agnoStack via info@agnostack.com for any questions
98 lines (97 loc) • 2.6 kB
JSON
{
"name": "@agnostack/next-zcli",
"version": "4.1.2",
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
"owner": "agnoStack",
"description": "Please contact agnoStack via info@agnostack.com for any questions",
"homepage": "https://github.com/agnostack/next-zcli#readme",
"repository": "github:agnostack/next-zcli",
"keywords": [
"nextjs",
"zendesk",
"zcli",
"library",
"typescript",
"javascript",
"agnostack"
],
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14.x"
},
"scripts": {
"tsc": "npx -p typescript tsc",
"build": "yarn tsc -d",
"watch": "yarn tsc -w",
"clean": "npx rimraf@4.4.1 dist node_modules _storage",
"clean:install": "yarn clean && yarn install --force",
"lint": "eslint 'src/**' --fix",
"test": "jest --passWithNoTests",
"release": "npx semantic-release@17.4.3",
"release:debug": "yarn release --debug",
"prepare": "husky install"
},
"lint-staged": {
"{src,test,types}/**/*.{js,ts}": [
"eslint --fix"
]
},
"peerDependencies": {
"@agnostack/next-plugins": "*",
"next": ">=12.1.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"prompts": ">=2.4.0"
},
"dependencies": {
"deepmerge": "4.3.1",
"browser-monads-ts": "2.0.1",
"mustache": "4.2.0",
"nextjs-cors": "2.1.1"
},
"devDependencies": {
"@babel/core": "7.22.15",
"@babel/eslint-parser": "7.21.3",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/jest": "26.0.24",
"@types/node": "18.19.1",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"chalk": "4.1.2",
"chance": "1.1.8",
"eslint": "8.23.0",
"eslint-plugin-import": "2.26.0",
"husky": "6.0.0",
"jest": "27.5.1",
"lint-staged": "11.0.0",
"rimraf": "4.4.1",
"semantic-release": "19.0.5",
"sinon": "10.0.0",
"sinon-chai": "3.6.0",
"ts-jest": "27.1.5",
"typescript": "5.4.2",
"uuid": "8.3.2"
},
"resolutions": {
"**/npm": "10.8.2",
"**/rimraf": "4.4.1"
},
"publishConfig": {
"access": "public"
}
}