60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "@lion/progress-indicator",
|
|
"version": "0.8.0",
|
|
"description": "A progress indicator that is easily styleable and accessible in all contexts",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/progress-indicator"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"custom-elements.json",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude \"docs/**/*\" \"test-helpers/**/*\"",
|
|
"debug": "cd ../../ && npm run debug -- --group progress-indicator",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group progress-indicator",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group progress-indicator",
|
|
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
|
|
"prepublishOnly": "npm run publish-docs && npm run custom-elements-manifest",
|
|
"test": "cd ../../ && npm run test:browser -- --group progress-indicator"
|
|
},
|
|
"sideEffects": [
|
|
"lion-progress-indicator.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "^0.22.0",
|
|
"@lion/localize": "^0.24.0"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"loading-indicator",
|
|
"progress-indicator",
|
|
"spinner",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"customElements": "custom-elements.json",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./define": "./lion-progress-indicator.js",
|
|
"./translations/*": "./translations/*",
|
|
"./docs/*": "./docs/*"
|
|
}
|
|
}
|