@appknit-project/appknit-internal-sdk 2.2.3-experimental.3 → 2.2.3-experimental.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 +82 -82
package/package.json CHANGED
@@ -1,82 +1,82 @@
1
- {
2
- "name": "@appknit-project/appknit-internal-sdk",
3
- "type": "commonjs",
4
- "version": "2.2.3-experimental.3",
5
- "description": "",
6
- "homepage": "https://appknit.io",
7
- "engines": {
8
- "node": ">=10.0.0",
9
- "npm": ">=6.0.0"
10
- },
11
- "main": "dist/src/index.js",
12
- "types": "dist/src/index.d.ts",
13
- "files": [
14
- "dist/src/**"
15
- ],
16
- "scripts": {
17
- "prebuild": "rimraf dist",
18
- "build": "tsc",
19
- "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
20
- "lint": "eslint \"{src,tests}/**/*.ts\"",
21
- "lint-fix": "eslint \"{src,tests}/**/*.ts\" --fix",
22
- "test": "jest --config ./jest.config.js --forceExit",
23
- "test:watch": "jest --watch",
24
- "test:cov": "jest --coverage --collect-coverage --config ./jest.config.js --forceExit",
25
- "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest",
26
- "test:e2e": "jest --config ./jest-e2e.config.js --forceExit"
27
- },
28
- "author": "Appknit Inc <appknit.io>",
29
- "license": "MIT",
30
- "dependencies": {
31
- "@appknit-project/appknit-platform-sdk-v2": "2.2.3-experimental.3"
32
- },
33
- "devDependencies": {
34
- "@types/jest": "^29.5.12",
35
- "@typescript-eslint/eslint-plugin": "^5.0.0",
36
- "@typescript-eslint/parser": "^5.0.0",
37
- "eslint": "^8.0.1",
38
- "eslint-config-prettier": "^6.10.0",
39
- "eslint-plugin-editorconfig": "^2.1.3",
40
- "eslint-plugin-import": "^2.20.1",
41
- "husky": "^4.2.5",
42
- "jest": "^29.7.0",
43
- "nock": "^13.0.4",
44
- "prettier": "^2",
45
- "rimraf": "^3.0.2",
46
- "ts-jest": "29.1.1",
47
- "ts-loader": "^9.5.1",
48
- "ts-node": "^10.9.2",
49
- "tsconfig-paths": "^3.9.0",
50
- "typescript": "^4.8.2"
51
- },
52
- "jest": {
53
- "moduleFileExtensions": [
54
- "js",
55
- "json",
56
- "ts"
57
- ],
58
- "rootDir": ".",
59
- "testRegex": ".spec.ts$",
60
- "transform": {
61
- "^.+\\.(t|j)s$": "ts-jest"
62
- },
63
- "coverageDirectory": "./coverage",
64
- "coverageThreshold": {
65
- "global": {
66
- "branches": 0,
67
- "functions": 0,
68
- "lines": 0,
69
- "statements": 0
70
- }
71
- },
72
- "testEnvironment": "node",
73
- "roots": [
74
- "<rootDir>/tests/"
75
- ]
76
- },
77
- "husky": {
78
- "hooks": {
79
- "pre-commit": "yarn lint && yarn test:cov"
80
- }
81
- }
82
- }
1
+ {
2
+ "name": "@appknit-project/appknit-internal-sdk",
3
+ "type": "commonjs",
4
+ "version": "2.2.3-experimental.5",
5
+ "description": "",
6
+ "homepage": "https://appknit.io",
7
+ "engines": {
8
+ "node": ">=10.0.0",
9
+ "npm": ">=6.0.0"
10
+ },
11
+ "main": "dist/src/index.js",
12
+ "types": "dist/src/index.d.ts",
13
+ "files": [
14
+ "dist/src/**"
15
+ ],
16
+ "scripts": {
17
+ "prebuild": "rimraf dist",
18
+ "build": "tsc",
19
+ "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
20
+ "lint": "eslint \"{src,tests}/**/*.ts\"",
21
+ "lint-fix": "eslint \"{src,tests}/**/*.ts\" --fix",
22
+ "test": "jest --config ./jest.config.js --forceExit",
23
+ "test:watch": "jest --watch",
24
+ "test:cov": "jest --coverage --collect-coverage --config ./jest.config.js --forceExit",
25
+ "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest",
26
+ "test:e2e": "jest --config ./jest-e2e.config.js --forceExit"
27
+ },
28
+ "author": "Appknit Inc <appknit.io>",
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@appknit-project/appknit-platform-sdk-v2": "2.2.3-experimental.5"
32
+ },
33
+ "devDependencies": {
34
+ "@types/jest": "^29.5.12",
35
+ "@typescript-eslint/eslint-plugin": "^5.0.0",
36
+ "@typescript-eslint/parser": "^5.0.0",
37
+ "eslint": "^8.0.1",
38
+ "eslint-config-prettier": "^6.10.0",
39
+ "eslint-plugin-editorconfig": "^2.1.3",
40
+ "eslint-plugin-import": "^2.20.1",
41
+ "husky": "^4.2.5",
42
+ "jest": "^29.7.0",
43
+ "nock": "^13.0.4",
44
+ "prettier": "^2",
45
+ "rimraf": "^3.0.2",
46
+ "ts-jest": "29.1.1",
47
+ "ts-loader": "^9.5.1",
48
+ "ts-node": "^10.9.2",
49
+ "tsconfig-paths": "^3.9.0",
50
+ "typescript": "^4.8.2"
51
+ },
52
+ "jest": {
53
+ "moduleFileExtensions": [
54
+ "js",
55
+ "json",
56
+ "ts"
57
+ ],
58
+ "rootDir": ".",
59
+ "testRegex": ".spec.ts$",
60
+ "transform": {
61
+ "^.+\\.(t|j)s$": "ts-jest"
62
+ },
63
+ "coverageDirectory": "./coverage",
64
+ "coverageThreshold": {
65
+ "global": {
66
+ "branches": 0,
67
+ "functions": 0,
68
+ "lines": 0,
69
+ "statements": 0
70
+ }
71
+ },
72
+ "testEnvironment": "node",
73
+ "roots": [
74
+ "<rootDir>/tests/"
75
+ ]
76
+ },
77
+ "husky": {
78
+ "hooks": {
79
+ "pre-commit": "yarn lint && yarn test:cov"
80
+ }
81
+ }
82
+ }