{ "name": "table-plugin", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "ng build table-plugin", "build:dev": "ng build table-plugin --configuration development", "watch": "ng build table-plugin --configuration development --watch", "serve": "ng serve table-plugin", "lint": "eslint .", "test": "vitest" } }