valence-test
Version:
Test applications running in Valence and 5250 screens with Fusion5250
34 lines (33 loc) • 773 B
JSON
{
"name": "valence-test",
"version": "1.0.0",
"description": "Test applications running in Valence and 5250 screens with Fusion5250",
"main": "index.js",
"scripts": {
"build": "uglifyjs install/postInstall.js -c -m -o install/postInstall.min.js",
"postinstall": "node install/postInstall.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CNX",
"IBM i",
"Valence",
"Portal",
"AS400",
"iSeries",
"Testing",
"5250"
],
"author": "CNX Corporation",
"license": "ISC",
"devDependencies": {
"uglify-es": "^3.3.9"
},
"dependencies": {
"email-validator": "^2.0.4",
"inquirer": "^7.0.0",
"jsonfile": "^5.0.0",
"shelljs": "latest",
"url-parse": "^1.4.7"
}
}