gm-web-components
Version:
Web components for GamaSmart
36 lines (35 loc) • 952 B
JSON
{
"name": "gm-web-components",
"version": "0.0.8",
"description": "Web components for GamaSmart",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/stencil-starter-project-name/stencil-starter-project-name.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^1.8.4"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"@stencil/sass": "^1.1.1"
},
"author": "Marko Pejic"
}