41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "gnome-shell-extension-clash-indicator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "rollup -c",
|
|
"build:dev": "rollup -c --environment DEBUG",
|
|
"format": "prettier -c -w **/*.ts",
|
|
"test": "sh test.sh",
|
|
"push": "sh push.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
|
|
"devDependencies": {
|
|
"@girs/adw-1": "1.4.3-3.3.0",
|
|
"@girs/clutter-14": "14.0.0-4.0.0-beta.5",
|
|
"@girs/gio-2.0": "2.78.0-3.3.0",
|
|
"@girs/gjs": "^3.3.0",
|
|
"@girs/glib-2.0": "2.78.0-3.3.0",
|
|
"@girs/gnome-shell": "46.0.0-beta8",
|
|
"@girs/gobject-2.0": "2.78.0-3.3.0",
|
|
"@girs/gtk-4.0": "4.12.5-3.3.0",
|
|
"@girs/soup-3.0": "3.4.4-3.3.0",
|
|
"@girs/st-14": "14.0.0-4.0.0-beta.5",
|
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"prettier": "^3.3.2",
|
|
"rimraf": "^5.0.7",
|
|
"rollup": "^4.18.0",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
"rollup-plugin-typescript2": "^0.36.0"
|
|
}
|
|
}
|