lion/packages/steps/package.json
2020-04-02 16:25:41 +02:00

39 lines
909 B
JSON

{
"name": "@lion/steps",
"version": "0.3.7",
"description": "Breaks a single goal down into dependable sub-tasks.",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/steps"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/steps/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/steps/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"steps"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.5.0"
}
}