policy-watcher/package.json
2025-03-28 18:26:15 +01:00

29 lines
554 B
JSON

{
"name": "@vscodium/policy-watcher",
"version": "1.3.0-2503281825",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vscodium/policy-watcher.git"
},
"author": "João Moreno",
"license": "MIT",
"types": "index.d.ts",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^8.2.0"
},
"release": {
"branches": [
"main"
]
},
"devDependencies": {
"release-it": "^18.1.1"
},
"scripts": {
"release": "release-it --no-increment"
}
}