Repository URL to install this package:
|
Version:
0.0.1-rc.0 ▾
|
@doodle/billing-client
/
package.json
|
|---|
{
"name": "@doodle/billing-client",
"version": "0.0.1-rc.0",
"description": "API for using and managing premium subscriptions with Doodle",
"license": "MIT",
"scripts": {
"test:lint": "eslint *.js src/**",
"test:unit": "jest --coverage",
"test:post-build": "yarn run build && jest --testMatch '**/__tests__/post-build/**/?(*.)(spec|test).js' --collectCoverage false",
"test": "yarn run test:lint && yarn run test:unit",
"build": "rollup -c",
"watch": "rollup -c --watch"
},
"private": true,
"devDependencies": {
"@doodle/eslint-config": "^0.2.1",
"@doodle/frontend-config": "^3.2.0",
"jest-fetch-mock": "^3.0.1",
"rollup": "^2.3.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"fetch-everywhere": "^1.0.5"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"sideEffects": false,
"files": [
"dist"
]
}