UNPKG

@paddle/paddle-js

Version:

Wrapper to load Paddle.js as a module and use TypeScript definitions when working with methods.

48 lines (47 loc) 1.61 kB
{ "name": "@paddle/paddle-js", "version": "1.4.2", "description": "Wrapper to load Paddle.js as a module and use TypeScript definitions when working with methods.", "main": "dist/index.js", "module": "dist/index.esm.js", "jsnext:main": "dist/index.esm.js", "types": "types/index.d.ts", "typings": "types/index.d.ts", "scripts": { "build": "yarn clean && yarn rollup -c", "clean": "rm -rf dist", "lint": "eslint '{src,types}/**/*.ts'", "prettier": "prettier --check {src,types}/**/*.ts", "prettier:fix": "prettier --check {src,types}/**/*.ts --write", "release:next": "yarn version --prerelease --preid next --no-git-tag-version --no-commit-hooks", "publish:next": "yarn publish --tag next --access public", "publish:latest": "yarn publish --access public", "test": "jest --silent", "tsc": "tsc" }, "keywords": [ "Paddle" ], "author": "Paddle.com Market Ltd.", "license": "Apache-2.0", "homepage": "https://developer.paddle.com/paddlejs/overview", "devDependencies": { "@babel/core": "^7.23.3", "@babel/preset-env": "^7.22.10", "@rollup/plugin-replace": "^5.0.2", "@types/jest": "^29.5.5", "@types/node": "^22.7.7", "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.3.0", "eslint": "^8.0.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.0.1", "rollup": "^3.28.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-typescript2": "^0.35.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "5.1.6" } }