UNPKG
@diondre27/smart-components
Version:
latest (0.0.2)
0.0.2
Smart Web Components
@diondre27/smart-components
/
loader
/
package.json
11 lines
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"smarts-loader"
,
"typings"
:
"./index.d.ts"
,
"module"
:
"./index.mjs"
,
"main"
:
"./index.cjs.js"
,
"node:main"
:
"./node-main.js"
,
"jsnext:main"
:
"./index.es2017.mjs"
,
"es2015"
:
"./index.es2017.mjs"
,
"es2017"
:
"./index.es2017.mjs"
,
"unpkg"
:
"./cdn.js"
}