-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
44 lines (44 loc) · 812 Bytes
/
packages.json
File metadata and controls
44 lines (44 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"basePath": "packages",
"scope": "@lib",
"copyFiles": {
"LICENSE": "../LICENSE",
"src/tsconfig.es6.json": "tsconfig.es6.json",
"src/types.ts": "types.ts"
},
"packageTemplate": "package.template.json",
"tsconfigTemplate": "tsconfig.template.json",
"tsconfigPaths": {
"referencesIn": "src/tsconfig.es6.json",
"referencesOut": "src/tsconfig.json"
},
"bundlePath": "bundle.src.js",
"bundleMinPath": "bundle.js",
"rollupConfig": "../rollup.config.js",
"packages": {
"base64": {
"version": "0.1.0"
},
"base64-vlq": {
"version": "0.1.1"
},
"binary": {
"version": "0.1.0"
},
"codec": {
"version": "0.1.0"
},
"crc32": {
"version": "0.1.0"
},
"tar": {
"version": "0.1.0"
},
"utf-8": {
"version": "0.1.0"
},
"zip": {
"version": "0.1.0"
}
}
}