46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/steps",
|
|
"version": "0.5.8",
|
|
"description": "Breaks a single goal down into dependable sub-tasks.",
|
|
"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/steps"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"start": "cd ../../ && yarn dev-server --open packages/steps/README.md",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/steps/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/steps/test/**/*.test.js\""
|
|
},
|
|
"sideEffects": [
|
|
"lion-step.js",
|
|
"lion-steps.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.11.0"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"steps",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|