You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
555 B
30 lines
555 B
{
|
|
"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.4.0"
|
|
}
|
|
}
|