UNPKG

sfcc-dts

Version:

> High quality Salesforce Commerce Cloud type definitions. A dw-api-types "done right"

73 lines (72 loc) 1.84 kB
{ "name": "sfcc-dts", "version": "1.0.12", "description": "", "main": "dist/tsplugin.js", "author": "openmindlab", "license": "MIT", "types": "./@types/index.d.ts", "keywords": [ "Salesforce Commerce Cloud", "Demandware", "sfccs" ], "repository": { "type": "git", "url": "git+https://github.com/openmindlab/sfcc-dts" }, "dependencies": { "axios": "0.27.2", "cheerio": "^1.0.0-rc.3", "cli-progress": "3.11.2", "colorize-template": "1.0.0", "comment-json": "4.2.3", "json-merge-patch": "1.0.2", "picocolors": "1.0.0", "prettier": "2.7.1", "prompts": "2.4.2", "properties-reader": "2.2.0", "xml2js": "0.4.23" }, "devDependencies": { "@types/cheerio": "0.22.31", "@types/cli-progress": "3.11.0", "@types/json-merge-patch": "0.0.8", "@types/node": "18.7.9", "@types/prettier": "2.7.0", "@types/prompts": "2.0.14", "@types/properties-reader": "2.1.1", "@types/xml2js": "0.4.11", "create-symlink": "1.0.0", "ts-node": "10.9.1", "typescript": "4.7.4" }, "files": [ "dist/**/*", "@types/**/*", "api/**/*", "media/**/*", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=16.0.0" }, "scripts": { "build": "tsc", "postversion": "git push && git push --tags", "prepare": "npm run build", "scrape": "node dist/scrape.js", "generate": "node dist/generate.js", "makepatch": "node dist/makepatch.js", "sfcc-dts-setup": "node dist/setup.js", "sfcc-dts-updateattrs": "node dist/updateattrs.js", "sfcc-dts-generateconstants": "node dist/generateconstants.js" }, "bin": { "sfcc-dts-setup": "dist/setup.js", "sfcc-dts-updateattrs": "dist/updateattrs.js", "sfcc-dts-generateconstants": "dist/generateconstants.js" } }