churnzerojs-es5
Version:
Typescript wrapper for ChurnZero JScript API - based off @revenuegrid/churnzerojs but slight mod to be ES5 compatible
41 lines (40 loc) • 989 B
JSON
{
"name": "churnzerojs-es5",
"version": "1.0.2",
"description": "Typescript wrapper for ChurnZero JScript API - based off @revenuegrid/churnzerojs but slight mod to be ES5 compatible",
"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/astannard/ChurnZeroJS.git"
},
"keywords": [
"churnzero",
"typescript"
],
"author": "Andy Stannard",
"license": "MIT",
"bugs": {
"url": "https://github.com/astannard/ChurnZeroJS/issues"
},
"homepage": "https://github.com/astannard/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"
}
}