Files
webawesome/package.json
2020-01-03 22:46:15 -05:00

35 lines
945 B
JSON

{
"name": "shoelace",
"version": "0.0.1",
"description": "Stencil Component Starter",
"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/shoelace/shoelace.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.3",
"@stencil/sass": "^1.1.1",
"tslint": "^5.20.1",
"tslint-ionic-rules": "0.0.21",
"tslint-stencil": "^1.0.1",
"workbox-build": "4.3.1"
},
"license": "MIT",
"dependencies": {}
}