sfdx-wsdl2apex-plugin/package.json

40 строки
952 B
JSON

{
"name": "sfdx-wsdl2apex-plugin",
"version": "0.1.0",
"description": "A plugin for the SFDX CLI that converts WSDL to Apex classes.",
"main": "index.js",
"author": "Wade Wegner @WadeWegner",
"repository": "WadeWegner/sfdx-wsdl2apex-plugin",
"bugs": {
"url": "https://github.com/wadewegner/sfdx-wsdl2apex-plugin/issues"
},
"scripts": {
"test": "node_modules/.bin/mocha",
"release": "np"
},
"keywords": [
"force.com",
"salesforce",
"salesforce-dx",
"salesforcedx",
"oss"
],
"license": "ISC",
"dependencies": {
"child_process": "^1.0.2",
"eslint-config-airbnb-base": "^11.1.1",
"fs-extra": "^4.0.1",
"node-watch": "^0.5.5"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"np": "^2.13.1",
"shelljs": "^0.7.7",
"sinon": "^1.17.7"
}
}