UNPKG

create-managed-component

Version:
34 lines (33 loc) 937 B
{ "name": "{{ namespace }}", "version": "1.0.0", "description": "{{ description }}", "main": "dist/index.js", "scripts": { "lint": "eslint --ext .ts,.js, src", "lint:fix": "eslint --ext .ts,.js, src --fix", "bundle": "node esbuild.js", "build": "npm run test && npm run lint && npm run typecheck && npm run bundle", "typecheck": "tsc --project tsconfig.build.json --noEmit", "test": "vitest run --globals", "test:dev": "vitest --globals" }, "keywords": [ "webcm", "managed-components", "{{ namespace }}" ], "author": "", "license": "Apache-2.0", "devDependencies": { "@managed-components/types": "^1.3.14", "@typescript-eslint/eslint-plugin": "^7.0.2", "esbuild": "^0.20.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "ts-node": "^10.9.2", "typescript": "^5.3.3", "vitest": "^1.3.1" } }