@revenuegrid/churnzerojs
Version:
Typescript wrapper for ChurnZero JScript API
41 lines (40 loc) • 978 B
JSON
{
"name": "@revenuegrid/churnzerojs",
"version": "1.0.0",
"description": "Typescript wrapper for ChurnZero JScript API",
"main": "./dist/index.js",
"typing": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InvisibleCRM/ChurnZeroJS.git"
},
"keywords": [
"churnzero",
"typescript"
],
"author": "Vyacheslav Putsenko <vyacheslav.putsenko@revenuegrid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/InvisibleCRM/ChurnZeroJS/issues"
},
"homepage": "https://github.com/InvisibleCRM/ChurnZeroJS#readme",
"devDependencies": {
"@types/faker": "^5.5.6",
"@types/jest": "^26.0.23",
"faker": "^5.5.3",
"jest": "^27.0.4",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
},
"engines": {
"node": ">= 12"
}
}