@idlebox/browser 0.0.20 → 0.0.21

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 +36 -37
package/package.json CHANGED
@@ -1,38 +1,37 @@
1
1
  {
2
- "monorepo": "rush",
3
- "version": "0.0.20",
4
- "license": "MIT",
5
- "name": "@idlebox/browser",
6
- "repository": "https://github.com/GongT/baobao",
7
- "type": "module",
8
- "typings": "docs/package-public.d.ts",
9
- "main": "./lib/_export_all_in_one_index.cjs",
10
- "exports": {
11
- ".": {
12
- "require": "./lib/_export_all_in_one_index.cjs",
13
- "import": "./lib/_export_all_in_one_index.js"
14
- }
15
- },
16
- "scripts": {
17
- "build": "build-script build",
18
- "clean": "rimraf lib",
19
- "distclean": "build-script distclean",
20
- "prepack": "build-script rebuild",
21
- "test": "build-script test",
22
- "watch": "build-script watch"
23
- },
24
- "dependencies": {
25
- "@idlebox/common": "workspace:^1.3.8",
26
- "source-map-support": "^0.5.21",
27
- "tslib": "^2.4.0"
28
- },
29
- "devDependencies": {
30
- "@build-script/builder": "workspace:^3.2.5",
31
- "@build-script/typescript-transformer-dual-package": "workspace:^1.0.26",
32
- "@build-script/export-all-in-one": "workspace:^3.1.3",
33
- "@build-script/single-dog-asset": "workspace:^1.0.18",
34
- "gulp": "^4.0.2",
35
- "typescript": "^4.7.4",
36
- "ttypescript": "^1.5.13"
37
- }
38
- }
2
+ "monorepo": "rush",
3
+ "version": "0.0.21",
4
+ "license": "MIT",
5
+ "name": "@idlebox/browser",
6
+ "repository": "https://github.com/GongT/baobao",
7
+ "type": "module",
8
+ "typings": "docs/package-public.d.ts",
9
+ "main": "./lib/_export_all_in_one_index.cjs",
10
+ "exports": {
11
+ ".": {
12
+ "require": "./lib/_export_all_in_one_index.cjs",
13
+ "import": "./lib/_export_all_in_one_index.js"
14
+ }
15
+ },
16
+ "dependencies": {
17
+ "@idlebox/common": "^1.3.8",
18
+ "source-map-support": "^0.5.21",
19
+ "tslib": "^2.4.0"
20
+ },
21
+ "devDependencies": {
22
+ "@build-script/builder": "^3.2.5",
23
+ "@build-script/typescript-transformer-dual-package": "^1.0.26",
24
+ "@build-script/export-all-in-one": "^3.1.3",
25
+ "@build-script/single-dog-asset": "^1.0.18",
26
+ "gulp": "^4.0.2",
27
+ "typescript": "^4.7.4",
28
+ "ttypescript": "^1.5.13"
29
+ },
30
+ "scripts": {
31
+ "build": "build-script build",
32
+ "clean": "rimraf lib",
33
+ "distclean": "build-script distclean",
34
+ "test": "build-script test",
35
+ "watch": "build-script watch"
36
+ }
37
+ }