resurgence-data 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -1
package/package.json
CHANGED
@@ -1,12 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "resurgence-data",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.11",
|
4
4
|
"description": "DTOs and shareable resources",
|
5
|
+
"module": "dist/index.js",
|
5
6
|
"main": "dist/index.js",
|
6
7
|
"types": "dist/index.d.ts",
|
7
8
|
"files": [
|
8
9
|
"dist"
|
9
10
|
],
|
11
|
+
"exports": {
|
12
|
+
".": {
|
13
|
+
"import": "./dist/index.js",
|
14
|
+
"require": "./dist/index.js"
|
15
|
+
}
|
16
|
+
},
|
10
17
|
"scripts": {
|
11
18
|
"build": "tsc",
|
12
19
|
"test": "jest"
|