react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "@ionic/cli-framework-output",
"version": "2.2.2",
"description": "The log/tasks/spinners portion of Ionic CLI Framework",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=10.3.0"
},
"files": [
"dist/",
"LICENSE",
"README.md"
],
"scripts": {
"clean": "rimraf dist",
"lint": "true",
"build": "npm run clean && tsc",
"watch": "tsc -w --preserveWatchOutput",
"test": "jest --maxWorkers=4",
"prepublishOnly": "npm run build"
},
"license": "MIT",
"dependencies": {
"@ionic/utils-terminal": "2.3.1",
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@ionic/utils-stream": "3.1.5",
"@types/debug": "^4.1.1",
"@types/inquirer": "0.0.43",
"@types/jest": "^26.0.10",
"@types/node": "~10.17.13",
"@types/slice-ansi": "^4.0.0",
"@types/wrap-ansi": "^3.0.0",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
"lint-staged": "^10.0.2",
"ts-jest": "~26.3.0",
"typescript": "~4.0.2"
},
"gitHead": "85097593e45837e1a0bdef8f3e20a5f44f6cd1e6"
}