1 | {
|
2 | "name": "ng2-dragula",
|
3 | "private": false,
|
4 | "version": "5.1.0",
|
5 | "description": "Simple drag and drop with dragula",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "git+https://github.com/valor-software/ng2-dragula.git"
|
9 | },
|
10 | "publishConfig": {
|
11 | "registry": "https://registry.npmjs.org/",
|
12 | "tag": "next"
|
13 | },
|
14 | "keywords": [
|
15 | "angular",
|
16 | "dragula",
|
17 | "ng-dragula",
|
18 | "angular2",
|
19 | "ng2",
|
20 | "angular2-dragula",
|
21 | "ng2-dragula",
|
22 | "ngx-dragula"
|
23 | ],
|
24 | "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
25 | "license": "MIT",
|
26 | "bugs": {
|
27 | "url": "https://github.com/valor-software/ng2-dragula/issues"
|
28 | },
|
29 | "homepage": "https://github.com/valor-software/ng2-dragula#readme",
|
30 | "peerDependencies": {
|
31 | "rxjs": ">=6.0.0",
|
32 | "@types/dragula": "^2.1.34",
|
33 | "dragula": "^3.7.2",
|
34 | "@angular/animations": ">=16.0.0 <18.0.0",
|
35 | "@angular/core": ">=16.0.0 <18.0.0",
|
36 | "@angular/common": ">=16.0.0 <18.0.0"
|
37 | },
|
38 | "nx": {
|
39 | "targets": {
|
40 | "build": {
|
41 | "executor": "@nx/angular:package",
|
42 | "outputs": [
|
43 | "{projectRoot}/dist/ng2-dragula"
|
44 | ],
|
45 | "options": {
|
46 | "tsConfig": "libs/ng2-dragula/tsconfig.lib.json",
|
47 | "project": "libs/ng2-dragula/ng-package.json"
|
48 | },
|
49 | "configurations": {
|
50 | "production": {
|
51 | "tsConfig": "libs/ng2-dragula/tsconfig.lib.prod.json"
|
52 | }
|
53 | }
|
54 | },
|
55 | "lint": {
|
56 | "executor": "@nx/linter:eslint",
|
57 | "options": {
|
58 | "lintFilePatterns": [
|
59 | "libs/ng2-dragula/src/**/*.ts",
|
60 | "libs/ng2-dragula/src/**/*.html"
|
61 | ]
|
62 | }
|
63 | },
|
64 | "test": {
|
65 | "executor": "@nx/jest:jest",
|
66 | "outputs": [
|
67 | "{workspaceRoot}/coverage/ng2-dragula"
|
68 | ],
|
69 | "options": {
|
70 | "jestConfig": "libs/ng2-dragula/jest.config.ts",
|
71 | "passWithNoTests": true
|
72 | }
|
73 | },
|
74 | "version": {
|
75 | "executor": "@nx/workspace:run-commands",
|
76 | "outputs": [],
|
77 | "options": {
|
78 | "commands": [
|
79 | "ts-node ./scripts/set-version.ts",
|
80 | "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1",
|
81 | "git add -A"
|
82 | ],
|
83 | "parallel": false
|
84 | },
|
85 | "configurations": {
|
86 | "production": {}
|
87 | }
|
88 | }
|
89 | }
|
90 | },
|
91 | "module": "fesm2022/ng2-dragula.mjs",
|
92 | "typings": "index.d.ts",
|
93 | "exports": {
|
94 | "./package.json": {
|
95 | "default": "./package.json"
|
96 | },
|
97 | ".": {
|
98 | "types": "./index.d.ts",
|
99 | "esm2022": "./esm2022/ng2-dragula.mjs",
|
100 | "esm": "./esm2022/ng2-dragula.mjs",
|
101 | "default": "./fesm2022/ng2-dragula.mjs"
|
102 | }
|
103 | },
|
104 | "sideEffects": false,
|
105 | "dependencies": {
|
106 | "tslib": "^2.3.0"
|
107 | }
|
108 | } |
\ | No newline at end of file |