proxy-vir 0.0.1 → 1.0.0
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.
- package/package.json +35 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proxy-vir",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "An easier Proxy.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"proxy",
|
|
@@ -26,46 +26,51 @@
|
|
|
26
26
|
"types": "dist/types/index.d.ts",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"compile": "rm -rf dist && tsc --project tsconfig.json && tsc --project tsconfig.cjs.json",
|
|
29
|
-
"docs
|
|
29
|
+
"docs": "virmator docs README.md --index src/index.ts",
|
|
30
30
|
"format": "virmator format",
|
|
31
31
|
"publish": "virmator publish \"npm run compile && npm run test:all\"",
|
|
32
32
|
"start": "npm install && virmator frontend",
|
|
33
33
|
"test": "virmator test-web",
|
|
34
|
-
"test:all": "concurrently --kill-others-on-fail \"npm run test:types\" \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\"",
|
|
34
|
+
"test:all": "concurrently --kill-others-on-fail --kill-signal SIGKILL -c auto --colors --names types,tests,spelling,format,docs,deps \"npm run test:types\" \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\"",
|
|
35
35
|
"test:coverage": "npm run test coverage",
|
|
36
|
-
"test:
|
|
36
|
+
"test:deps": "virmator deps check",
|
|
37
|
+
"test:docs": "virmator docs check README.md --index src/index.ts",
|
|
37
38
|
"test:format": "virmator format check",
|
|
38
39
|
"test:spelling": "virmator spellcheck",
|
|
39
40
|
"test:types": "tsc --noEmit"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@augment-vir/common": "^
|
|
43
|
+
"@augment-vir/common": "^23.3.4"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
|
-
"@augment-vir/browser-testing": "^
|
|
46
|
-
"@augment-vir/node-js": "^
|
|
47
|
-
"@open-wc/testing": "^
|
|
48
|
-
"@types/mocha": "^10.0.
|
|
49
|
-
"@web/dev-server-esbuild": "^0.
|
|
50
|
-
"@web/test-runner": "^0.
|
|
51
|
-
"@web/test-runner-commands": "^0.
|
|
52
|
-
"@web/test-runner-playwright": "^0.
|
|
53
|
-
"@web/test-runner-visual-regression": "^0.
|
|
54
|
-
"cspell": "^
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"prettier
|
|
61
|
-
"prettier-plugin-
|
|
62
|
-
"prettier-plugin-
|
|
63
|
-
"prettier-plugin-
|
|
64
|
-
"prettier-plugin-
|
|
65
|
-
"prettier-plugin-
|
|
66
|
-
"prettier-plugin-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
46
|
+
"@augment-vir/browser-testing": "^23.3.4",
|
|
47
|
+
"@augment-vir/node-js": "^23.3.4",
|
|
48
|
+
"@open-wc/testing": "^4.0.0",
|
|
49
|
+
"@types/mocha": "^10.0.6",
|
|
50
|
+
"@web/dev-server-esbuild": "^1.0.2",
|
|
51
|
+
"@web/test-runner": "^0.18.0",
|
|
52
|
+
"@web/test-runner-commands": "^0.9.0",
|
|
53
|
+
"@web/test-runner-playwright": "^0.11.0",
|
|
54
|
+
"@web/test-runner-visual-regression": "^0.9.0",
|
|
55
|
+
"cspell": "^8.4.0",
|
|
56
|
+
"dependency-cruiser": "^16.2.1",
|
|
57
|
+
"esbuild": "^0.20.1",
|
|
58
|
+
"istanbul-smart-text-reporter": "^1.1.4",
|
|
59
|
+
"markdown-code-example-inserter": "^1.0.0",
|
|
60
|
+
"npm-check-updates": "~16.12.3",
|
|
61
|
+
"prettier": "^3.2.5",
|
|
62
|
+
"prettier-plugin-interpolated-html-tags": "^1.0.4",
|
|
63
|
+
"prettier-plugin-jsdoc": "^1.3.0",
|
|
64
|
+
"prettier-plugin-multiline-arrays": "^3.0.3",
|
|
65
|
+
"prettier-plugin-organize-imports": "^3.2.4",
|
|
66
|
+
"prettier-plugin-packagejson": "^2.4.11",
|
|
67
|
+
"prettier-plugin-sort-json": "^3.1.0",
|
|
68
|
+
"prettier-plugin-toml": "^2.0.1",
|
|
69
|
+
"run-time-assertions": "^1.0.0",
|
|
70
|
+
"type-fest": "^4.10.2",
|
|
71
|
+
"typedoc": "^0.25.8",
|
|
72
|
+
"virmator": "^11.3.3",
|
|
73
|
+
"vite": "^5.0.0",
|
|
74
|
+
"vite-tsconfig-paths": "^4.3.1"
|
|
70
75
|
}
|
|
71
76
|
}
|