fabric-ias
Version:
Node.JS Service for Microsoft Fabric supporting infrastructure as code
40 lines (39 loc) • 984 B
JSON
{
"name": "fabric-ias",
"version": "1.0.6",
"description": "Node.JS Service for Microsoft Fabric supporting infrastructure as code",
"keywords": [
"Microsoft",
"Fabric",
"Infrastructure as Code"
],
"author": "Daniel S. Davis",
"main": "dist/service.js",
"files": [
"dist/",
"README.md"
],
"scripts": {
"test-environment": "node ./tests/environments.js",
"test-git": "node ./tests/git.js",
"build": "babel src -d dist"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"axios": "^1.5.1",
"buffer": "^6.0.3",
"deepmerge": "^4.3.1",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"mime-types": "^3.0.1",
"path": "^0.12.7"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.27.2"
}
}