mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat: Add permissions package (no-changelog) (#7650)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
22
packages/@n8n/permissions/package.json
Normal file
22
packages/@n8n/permissions/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@n8n/permissions",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "pnpm watch",
|
||||
"typecheck": "tsc",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"format": "prettier --write . --ignore-path ../../../.prettierignore",
|
||||
"lint": "eslint . --quiet",
|
||||
"lintfix": "eslint . --fix",
|
||||
"watch": "tsc -p tsconfig.build.json --watch",
|
||||
"test": "jest",
|
||||
"test:dev": "jest --watch"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"module": "src/index.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user