spapi-listing-builder
Version:
It is a simple npm package for generating compliant Amazon SP-API listing JSON quickly and efficiently.
82 lines (81 loc) • 2.08 kB
JSON
{
"name": "spapi-listing-builder",
"type": "module",
"version": "0.2.9",
"packageManager": "pnpm@9.9.0",
"description": "It is a simple npm package for generating compliant Amazon SP-API listing JSON quickly and efficiently.",
"author": "wangjue666 <wangjuesix@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/sellerartifact/spapi-listing-builder#readme",
"repository": {
"type": "git",
"url": "https://github.com/sellerartifact/spapi-listing-builder.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": "https://github.com/sellerartifact/spapi-listing-builder/issues",
"keywords": [
"amazon",
"spapi listing",
"sp-api listing"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"dependencies": {
"json-schema-library": "10.0.0-rc2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@antfu/ni": "^0.23.0",
"@antfu/utils": "^0.7.10",
"@types/node": "^22.5.4",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"esno": "^4.7.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.9.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"unbuild": "3.0.0-rc.11",
"vite": "^5.4.3",
"vitest": "^2.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}