mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2026-02-04 03:50:21 -06:00
29 lines
554 B
JSON
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"
|
|
}
|
|
}
|