@taqueria/plugin-contract-types 0.21.0 → 0.21.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +68 -68
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
1
  {
2
- "name": "@taqueria/plugin-contract-types",
3
- "version": "0.21.0",
4
- "main": "index.cjs",
5
- "module": "index.js",
6
- "source": "index.ts",
7
- "type": "module",
8
- "description": "",
9
- "scripts": {
10
- "pluginInfo": "npx ts-node index.ts --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}",
11
- "build": "npx tsc -noEmit && npx tsup",
12
- "build-ci": "npm run build",
13
- "debugPluginInfo": "node --inspect-brk index.js --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}",
14
- "examples": "npm run example && npm run example-json && npm run example-simple && npm run example-file && npm run example-local",
15
- "example": "npx ts-node run.ts --g ./example/contracts ./example/types",
16
- "example-json": "npx ts-node run.ts --json --g ./example/contracts ./example/types",
17
- "example-simple": "npx ts-node run.ts --types simple --g ./example/contracts ./example/types-simple",
18
- "example-file": "npx ts-node run.ts --types file --g ./example/contracts ./example/types-file",
19
- "example-local": "npx ts-node run.ts --types local --g ./example/contracts ./example/types-local",
20
- "example-jest-test-generation": "npx ts-node ./src/generator/testing-code-generator-jest-demo.ts",
21
- "test": "npm run examples && npx jest"
22
- },
23
- "keywords": [],
24
- "author": "",
25
- "license": "ISC",
26
- "devDependencies": {
27
- "@types/jest": "^27.5.1",
28
- "@types/node": "^17.0.35",
29
- "rimraf": "^3.0.2",
30
- "rollup": "^2.74.1",
31
- "ts-jest": "^28.0.3",
32
- "ts-node": "^10.8.0",
33
- "tsconfig-paths": "^4.0.0",
34
- "tslint": "^6.1.3",
35
- "typescript": "^4.7.2"
36
- },
37
- "dependencies": {
38
- "@taqueria/node-sdk": "^0.21.0",
39
- "@taquito/michel-codec": "^13.0.1",
40
- "@taquito/signer": "^13.0.1",
41
- "@taquito/taquito": "^13.0.1",
42
- "bignumber.js": "^9.0.2",
43
- "fast-glob": "^3.2.11"
44
- },
45
- "types": "index.esm.d.ts",
46
- "jest": {
47
- "transform": {
48
- ".(ts|tsx)": "ts-jest"
49
- },
50
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$"
51
- },
52
- "tsup": {
53
- "entry": [
54
- "index.ts",
55
- "src/cli-process.ts",
56
- "src/generator/testing-code-generator.ts"
57
- ],
58
- "sourcemap": true,
59
- "target": "node16",
60
- "outDir": "./",
61
- "dts": true,
62
- "clean": false,
63
- "skipNodeModulesBundle": true,
64
- "platform": "node",
65
- "format": [
66
- "cjs",
67
- "esm"
68
- ]
69
- }
2
+ "name": "@taqueria/plugin-contract-types",
3
+ "version": "0.21.5",
4
+ "main": "index.cjs",
5
+ "module": "index.js",
6
+ "source": "index.ts",
7
+ "type": "module",
8
+ "description": "",
9
+ "scripts": {
10
+ "pluginInfo": "npx ts-node index.ts --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}",
11
+ "build": "npx tsc -noEmit && npx tsup",
12
+ "build-ci": "npm run build",
13
+ "debugPluginInfo": "node --inspect-brk index.js --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}",
14
+ "examples": "npm run example && npm run example-json && npm run example-simple && npm run example-file && npm run example-local",
15
+ "example": "npx ts-node run.ts --g ./example/contracts ./example/types",
16
+ "example-json": "npx ts-node run.ts --json --g ./example/contracts ./example/types",
17
+ "example-simple": "npx ts-node run.ts --types simple --g ./example/contracts ./example/types-simple",
18
+ "example-file": "npx ts-node run.ts --types file --g ./example/contracts ./example/types-file",
19
+ "example-local": "npx ts-node run.ts --types local --g ./example/contracts ./example/types-local",
20
+ "example-jest-test-generation": "npx ts-node ./src/generator/testing-code-generator-jest-demo.ts",
21
+ "test": "npm run examples && npx jest"
22
+ },
23
+ "keywords": [],
24
+ "author": "",
25
+ "license": "ISC",
26
+ "devDependencies": {
27
+ "@types/jest": "^27.5.1",
28
+ "@types/node": "^17.0.35",
29
+ "rimraf": "^3.0.2",
30
+ "rollup": "^2.74.1",
31
+ "ts-jest": "^28.0.3",
32
+ "ts-node": "^10.8.0",
33
+ "tsconfig-paths": "^4.0.0",
34
+ "tslint": "^6.1.3",
35
+ "typescript": "^4.7.2"
36
+ },
37
+ "dependencies": {
38
+ "@taqueria/node-sdk": "^0.21.5",
39
+ "@taquito/michel-codec": "^13.0.1",
40
+ "@taquito/signer": "^13.0.1",
41
+ "@taquito/taquito": "^13.0.1",
42
+ "bignumber.js": "^9.0.2",
43
+ "fast-glob": "^3.2.11"
44
+ },
45
+ "types": "index.esm.d.ts",
46
+ "jest": {
47
+ "transform": {
48
+ ".(ts|tsx)": "ts-jest"
49
+ },
50
+ "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$"
51
+ },
52
+ "tsup": {
53
+ "entry": [
54
+ "index.ts",
55
+ "src/cli-process.ts",
56
+ "src/generator/testing-code-generator.ts"
57
+ ],
58
+ "sourcemap": true,
59
+ "target": "node16",
60
+ "outDir": "./",
61
+ "dts": true,
62
+ "clean": false,
63
+ "skipNodeModulesBundle": true,
64
+ "platform": "node",
65
+ "format": [
66
+ "cjs",
67
+ "esm"
68
+ ]
69
+ }
70
70
  }