67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "@payloadcms/plugin-stripe",
|
|
"version": "0.0.15-beta.0",
|
|
"homepage:": "https://payloadcms.com",
|
|
"repository": "git@github.com:payloadcms/plugin-stripe.git",
|
|
"description": "Stripe plugin for Payload",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx src"
|
|
},
|
|
"keywords": [
|
|
"payload",
|
|
"stripe",
|
|
"cms",
|
|
"plugin",
|
|
"typescript",
|
|
"payments",
|
|
"saas",
|
|
"subscriptions",
|
|
"licensing"
|
|
],
|
|
"author": "dev@payloadcms.com",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"payload": "^1.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@types/uuid": "^9.0.0",
|
|
"lodash.get": "^4.4.2",
|
|
"stripe": "^10.2.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.get": "^4.4.7",
|
|
"@payloadcms/eslint-config": "^0.0.1",
|
|
"@types/express": "^4.17.9",
|
|
"@types/node": "18.11.3",
|
|
"@types/react": "18.0.21",
|
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
"@typescript-eslint/parser": "^5.51.0",
|
|
"copyfiles": "^2.4.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"nodemon": "^2.0.6",
|
|
"payload": "^1.8.2",
|
|
"prettier": "^2.7.1",
|
|
"react": "^18.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types.js",
|
|
"types.d.ts"
|
|
]
|
|
}
|