|
1 | 1 | { |
2 | 2 | "name": "sequential-workflow-designer", |
3 | | - "version": "0.2.3", |
4 | | - "main": "./lib/designer.js", |
5 | | - "types": "./lib/designer.d.ts", |
| 3 | + "version": "0.3.0", |
| 4 | + "main": "./lib/index.mjs", |
| 5 | + "types": "./lib/index.d.ts", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
8 | | - "url": "https://github.com/b4rtaz/sequential-workflow-designer.git" |
| 8 | + "url": "https://github.com/nocode-js/sequential-workflow-designer.git" |
9 | 9 | }, |
10 | 10 | "files": [ |
11 | 11 | "lib/", |
| 12 | + "dist/", |
12 | 13 | "css/" |
13 | 14 | ], |
14 | 15 | "publishConfig": { |
15 | 16 | "registry": "https://registry.npmjs.org/" |
16 | 17 | }, |
17 | 18 | "scripts": { |
| 19 | + "prepare": "cp ../LICENSE LICENSE && cp ../README.md README.md", |
18 | 20 | "start": "rollup -c --watch", |
19 | 21 | "start:clean": "rm -rf lib && rm -rf build && npm run start", |
20 | 22 | "build": "rollup -c", |
|
24 | 26 | "prettier": "prettier --check ./src", |
25 | 27 | "prettier:fix": "prettier --write ./src" |
26 | 28 | }, |
27 | | - "author": "b4rtaz", |
| 29 | + "author": "N4NO.com", |
28 | 30 | "license": "MIT", |
29 | 31 | "devDependencies": { |
30 | | - "@types/jasmine": "^4.0.3", |
31 | | - "@typescript-eslint/eslint-plugin": "^5.40.0", |
32 | | - "@typescript-eslint/parser": "^5.40.0", |
33 | | - "eslint": "^8.25.0", |
34 | | - "karma": "^6.3.20", |
| 32 | + "@types/jasmine": "^4.3.1", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.47.0", |
| 34 | + "@typescript-eslint/parser": "^5.47.0", |
| 35 | + "eslint": "^8.30.0", |
| 36 | + "karma": "^6.4.1", |
35 | 37 | "karma-chrome-launcher": "^3.1.1", |
36 | | - "karma-jasmine": "^5.0.1", |
37 | | - "karma-spec-reporter": "^0.0.34", |
| 38 | + "karma-jasmine": "^5.1.0", |
| 39 | + "karma-spec-reporter": "^0.0.36", |
38 | 40 | "karma-typescript": "^5.5.3", |
39 | | - "prettier": "^2.6.2", |
40 | | - "rollup": "^2.75.3", |
41 | | - "rollup-plugin-dts": "^4.2.2", |
| 41 | + "prettier": "^2.8.1", |
| 42 | + "rollup": "^3.7.5", |
| 43 | + "rollup-plugin-dts": "^5.0.0", |
42 | 44 | "rollup-plugin-typescript2": "^0.34.1", |
43 | | - "typescript": "^4.8.4" |
| 45 | + "typescript": "^4.9.4" |
44 | 46 | }, |
45 | 47 | "keywords": [ |
46 | 48 | "workflow", |
|
0 commit comments