@licht-77/dmm-sdk
Version:
DMM Affiliate API v3 SDK for Node.js/TypeScript
46 lines (45 loc) • 967 B
JSON
{
"name": "@licht-77/dmm-sdk",
"version": "1.0.14",
"description": "DMM Affiliate API v3 SDK for Node.js/TypeScript",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"type": "commonjs",
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"build": "rm -rf dist && tsc -p tsconfig.json",
"prepare": "npm run build"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiCHT-77/dmm-sdk"
},
"keywords": [
"dmm",
"affiliate",
"api",
"sdk"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiCHT-77/dmm-sdk/issues"
},
"homepage": "https://github.com/LiCHT-77/dmm-sdk#readme",
"devDependencies": {
"@types/node": "^22.14.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"dependencies": {
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.3"
}
}