Files
n8n-nodes-strike/node_modules/sver-compat/package.json
Martien 5605b9b49a Initial commit: n8n Strike API node
- Add Strike API credentials configuration
- Implement Strike node with 9 resources (Account, Balance, Currency Exchange, Deposit, Invoice, Payment, Payment Method, Payout, Rates)
- Add comprehensive operation descriptions for all resources
- Include CLAUDE.MD documentation
- Set up build configuration with TypeScript, ESLint, and Prettier

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 11:00:38 +01:00

31 lines
660 B
JSON

{
"name": "sver-compat",
"version": "1.5.0",
"description": "Simple Semver and SemverRange classes",
"main": "sver.js",
"scripts": {
"test": "mocha -u tdd -R dot"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/phated/sver-compat.git"
},
"keywords": [
"semver"
],
"author": "Guy Bedford",
"license": "MIT",
"bugs": {
"url": "https://github.com/phated/sver-compat/issues"
},
"homepage": "https://github.com/phated/sver-compat#readme",
"devDependencies": {
"mocha": "^3.4.2",
"semver": "^5.3.0"
},
"dependencies": {
"es6-iterator": "^2.0.1",
"es6-symbol": "^3.1.1"
}
}