aimpress-chatbot/node_modules/adaptivecards/package.json
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

61 lines
1.4 KiB
JSON

{
"name": "adaptivecards",
"version": "1.2.3",
"description": "Adaptive Cards Javascript library for HTML Clients",
"author": "AdaptiveCards",
"license": "MIT",
"homepage": "http://adaptivecards.io",
"keywords": [
"adaptivecards",
"adaptive",
"cards",
"microsoft",
"bot"
],
"main": "lib/adaptivecards.js",
"types": "lib/adaptivecards.d.ts",
"files": [
"lib",
"dist",
"src"
],
"scripts": {
"test": "jest --forceExit --runInBand",
"clean": "rimraf build lib dist",
"prebuild": "tsc",
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"dts": "dts-generator --name adaptivecards --project . --out dist/adaptivecards.d.ts",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"release": "npm run clean && npm run build && npm test && webpack --mode=production && npm run dts"
},
"repository": {
"type": "git",
"url": "git://git@github.com/microsoft/AdaptiveCards.git"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"jest": "^24.8.0",
"rimraf": "^2.6.3",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"jest": {
"rootDir": "src",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
},
"gitHead": "f1ea7121e9d4d6738534f91af252e22f8f9af90b"
}