-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"version": "6.0.0",
"license": "MIT",
"sideEffects": false,
"main": "dist/cjs/index.js",
"typings": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"build": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json",
"prepare": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json",
"lint": "eslint **/*.ts --ignore-path .eslintignore",
"lint:fix": "eslint **/*.ts --ignore-path .eslintignore --fix"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"quoteProps": "preserve"
},
"name": "@maxio-com/advanced-billing-sdk",
"description": "Ultimate billing and pricing flexibility for B2B SaaS.\nMaxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.",
"author": {
"name": "MaxioSDK",
"email": "[email protected]"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@apimatic/authentication-adapters": "^0.5.6",
"@apimatic/axios-client-adapter": "^0.3.8",
"@apimatic/core": "^0.10.17",
"@apimatic/schema": "^0.7.15"
},
"repository": {
"type": "git",
"url": "https://github.com/maxio-com/ab-typescript-sdk.git"
},
"bugs": {
"url": "https://maxio-saasoptics.zendesk.com/",
"email": "[email protected]"
},
"homepage": "https://www.maxio.com/product/advanced-billing",
"keywords": [
"Maxio",
"Advanced Billing",
"Subscription",
"Payments"
],
"contributors": []
}