@littlespoon/divider
Version:
Little Spoon divider
40 lines (39 loc) • 977 B
JSON
{
"name": "@littlespoon/divider",
"version": "1.2.2",
"description": "Little Spoon divider",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"build:flowtypes": "flowgen lib && rm -rf lib && mv export.flow.js lib && yarn build",
"clean": "rm -rf coverage export.flow.js lib",
"lint": "eslint .",
"lint:fix": "yarn lint --fix",
"lint:tsc": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch"
},
"peerDependencies": {
"react": "17 || 18",
"styled-components": "4 || 5"
},
"repository": {
"type": "git",
"url": "https://github.com/little-spoon-dev/design-system.git",
"directory": "packages/placeholder"
},
"bugs": {
"url": "https://github.com/little-spoon-dev/design-system/issues"
},
"keywords": [
"littlespoon"
],
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"license": "UNLICENSED",
"gitHead": "9cfce940df25d00c7fcc3266203b38cc36e5f815"
}