- 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>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "source-map-resolve",
|
|
"version": "0.5.3",
|
|
"author": "Simon Lydell",
|
|
"license": "MIT",
|
|
"description": "Resolve the source map and/or sources for a generated file.",
|
|
"keywords": [
|
|
"source map",
|
|
"sourcemap",
|
|
"source",
|
|
"map",
|
|
"sourceMappingURL",
|
|
"resolve",
|
|
"resolver",
|
|
"locate",
|
|
"locator",
|
|
"find",
|
|
"finder"
|
|
],
|
|
"repository": "lydell/source-map-resolve",
|
|
"main": "lib/source-map-resolve-node.js",
|
|
"browser": "source-map-resolve.js",
|
|
"files": [
|
|
"lib",
|
|
"source-map-resolve.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "jshint lib/ test/",
|
|
"unit": "node test/source-map-resolve.js && node test/windows.js",
|
|
"test": "npm run lint && npm run unit",
|
|
"build": "node generate-source-map-resolve.js"
|
|
},
|
|
"dependencies": {
|
|
"atob": "^2.1.2",
|
|
"decode-uri-component": "^0.2.0",
|
|
"resolve-url": "^0.2.1",
|
|
"source-map-url": "^0.4.0",
|
|
"urix": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"Base64": "1.1.0",
|
|
"jshint": "2.10.3",
|
|
"setimmediate": "1.0.5",
|
|
"simple-asyncify": "1.0.0",
|
|
"tape": "4.12.1"
|
|
}
|
|
} |