@littlespoon/theme
Version:
Little Spoon theme
39 lines (38 loc) • 920 B
JSON
{
"name": "@littlespoon/theme",
"version": "1.16.0",
"description": "Little Spoon theme",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/little-spoon-dev/design-system.git",
"directory": "packages/theme"
},
"bugs": {
"url": "https://github.com/little-spoon-dev/design-system/issues"
},
"keywords": [
"littlespoon",
"theme",
"colors",
"fonts"
],
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"license": "UNLICENSED",
"gitHead": "8ad733aac93b036bf547e7dc1acd8d4f8142586f"
}