@jumpgroup/romagnavending-game
Version:
Stencil Component Starter
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "@jumpgroup/romagnavending-game",
"version": "0.0.29",
"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/romagnavending-game/romagnavending-game.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.3.3",
"@stencil/sass": "^1.1.1"
},
"license": "MIT",
"dependencies": {
"resize-observer-polyfill": "^1.5.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/jump-group/romagnavending-game.git"
},
"keywords": [
"romagnavending",
"vending"
],
"author": "JumpGroup",
"bugs": {
"url": "https://gitlab.com/jump-group/romagnavending-game/issues"
},
"homepage": "https://gitlab.com/jump-group/romagnavending-game#readme"
}