mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 10:21:49 +02:00
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
555 B
JSON
30 lines
555 B
JSON
{
|
|
"name": "carbon-trigger-extension",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"npm": ">=9.0.0",
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "webpack --watch",
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [
|
|
"chrome extension",
|
|
"edge extension",
|
|
"carbon usage tracker"
|
|
],
|
|
"author": "Microsoft Cloud Advocacy Team",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"webpack": "^5.88.1",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.4"
|
|
}
|
|
}
|