|
1 | 1 | { |
2 | | - "name": "@accordproject/concerto-types", |
3 | | - "version": "3.19.9", |
4 | | - "description": "Types for the Concerto Modeling Language", |
5 | | - "homepage": "https://github.com/accordproject/concerto", |
6 | | - "engines": { |
7 | | - "node": ">=18", |
8 | | - "npm": ">=10" |
9 | | - }, |
10 | | - "main": "dist/index.js", |
11 | | - "typings": "dist/index.d.ts", |
12 | | - "scripts": { |
13 | | - "clean": "rimraf src/generated dist", |
14 | | - "codegen": "node scripts/codegen.js", |
15 | | - "prebuild": "npm-run-all clean codegen", |
16 | | - "build": "tsc", |
17 | | - "pretest": "npm-run-all prebuild lint", |
18 | | - "lint": "eslint .", |
19 | | - "test": "jest --passWithNoTests", |
20 | | - "test:watch": "jest --watchAll" |
21 | | - }, |
22 | | - "repository": { |
23 | | - "type": "git", |
24 | | - "url": "https://github.com/accordproject/concerto.git", |
25 | | - "directory": "packages/concerto-types" |
26 | | - }, |
27 | | - "keywords": [ |
28 | | - "concerto", |
29 | | - "tools", |
30 | | - "modeling" |
| 2 | + "name": "@accordproject/concerto-types", |
| 3 | + "version": "3.20.1", |
| 4 | + "description": "Types for the Concerto Modeling Language", |
| 5 | + "homepage": "https://github.com/accordproject/concerto", |
| 6 | + "engines": { |
| 7 | + "node": ">=18", |
| 8 | + "npm": ">=10" |
| 9 | + }, |
| 10 | + "main": "dist/index.js", |
| 11 | + "typings": "dist/index.d.ts", |
| 12 | + "scripts": { |
| 13 | + "clean": "rimraf src/generated dist", |
| 14 | + "codegen": "node scripts/codegen.js", |
| 15 | + "prebuild": "npm-run-all clean codegen", |
| 16 | + "build": "tsc", |
| 17 | + "pretest": "npm-run-all prebuild lint", |
| 18 | + "lint": "eslint .", |
| 19 | + "test": "jest --passWithNoTests", |
| 20 | + "test:watch": "jest --watchAll" |
| 21 | + }, |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "https://github.com/accordproject/concerto.git", |
| 25 | + "directory": "packages/concerto-types" |
| 26 | + }, |
| 27 | + "keywords": [ |
| 28 | + "concerto", |
| 29 | + "tools", |
| 30 | + "modeling" |
| 31 | + ], |
| 32 | + "author": "accordproject.org", |
| 33 | + "license": "Apache-2.0", |
| 34 | + "devDependencies": { |
| 35 | + "@accordproject/concerto-codegen": "3.30.1", |
| 36 | + "@accordproject/concerto-core": "3.20.1", |
| 37 | + "@accordproject/concerto-util": "3.20.1", |
| 38 | + "eslint": "8.57.1", |
| 39 | + "jest": "29.7.0", |
| 40 | + "npm-run-all": "4.1.5", |
| 41 | + "rimraf": "6.0.1", |
| 42 | + "ts-jest": "29.2.5" |
| 43 | + }, |
| 44 | + "jest": { |
| 45 | + "preset": "ts-jest", |
| 46 | + "testEnvironment": "node", |
| 47 | + "testPathIgnorePatterns": [ |
| 48 | + "<rootDir>/dist/", |
| 49 | + "/node_modules/" |
31 | 50 | ], |
32 | | - "author": "accordproject.org", |
33 | | - "license": "Apache-2.0", |
34 | | - "devDependencies": { |
35 | | - "@accordproject/concerto-codegen": "3.30.1", |
36 | | - "@accordproject/concerto-core": "3.19.6", |
37 | | - "@accordproject/concerto-util": "3.19.6", |
38 | | - "eslint": "8.57.1", |
39 | | - "jest": "29.7.0", |
40 | | - "npm-run-all": "4.1.5", |
41 | | - "rimraf": "6.0.1", |
42 | | - "ts-jest": "29.2.5" |
43 | | - }, |
44 | | - "jest": { |
45 | | - "preset": "ts-jest", |
46 | | - "testEnvironment": "node", |
47 | | - "testPathIgnorePatterns": [ |
48 | | - "<rootDir>/dist/", |
49 | | - "/node_modules/" |
50 | | - ], |
51 | | - "collectCoverage": true, |
52 | | - "collectCoverageFrom": [ |
53 | | - "src/**/*.ts" |
54 | | - ] |
55 | | - } |
| 51 | + "collectCoverage": true, |
| 52 | + "collectCoverageFrom": [ |
| 53 | + "src/**/*.ts" |
| 54 | + ] |
| 55 | + } |
56 | 56 | } |
0 commit comments