ns-export
Version:
Export Record Type metadata to JSON
41 lines (40 loc) • 947 B
JSON
{
"name": "ns-export",
"version": "0.6.2",
"description": "Export Record Type metadata to JSON",
"main": "index.js",
"bin": {
"nsexport": "./cli.js"
},
"scripts": {
"export": "./node_modules/.bin/phantomjs index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suiteplus/ns-export-metadata.git"
},
"keywords": [
"netsuite",
"suiteplus",
"recordtype",
"export",
"suitescript",
"suite",
"s+"
],
"author": "daniel.joppi@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/suiteplus/ns-export-metadata/issues"
},
"homepage": "https://github.com/suiteplus/ns-export-metadata#readme",
"dependencies": {
"casperjs": "^1.1.0-beta5",
"jquery": "^2.2.0",
"moment": "^2.11.2",
"nsconfig": "^0.4.1",
"phantomjs-prebuilt": "^2.1.2",
"yargs": "^3.32.0"
}
}