Mini Kabibi Habibi
{
"name": "@ccx-public/ingest",
"version": "4.3.0",
"description": "Ingest Javascript Lib",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"chai": "^3.4.1",
"eslint": "^4.11.0",
"jasmine": "^2.8.0",
"mocha": "2.3.3",
"moment": "^2.27.0",
"nock": "^9.1.0",
"node-fetch": "^2.6.0",
"sinon": "1.17.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"linter": "eslint --ext .js .",
"linter:fix": "eslint --ext .js . --fix",
"test": "jasmine",
"build": "webpack"
},
"main": "lib/ingest-umd.js",
"module": "src/Ingest.js",
"author": "Adobe Systems, Inc.",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@git.corp.adobe.com:CCX/Ingest.git"
},
"keywords": [
"Ingest",
"Dunamis",
"Haresh"
],
"publishConfig": {
"registry": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-adobe-release-local/"
}
}