overmind-themes
Version:
Themes for website, devtools and demos
42 lines • 1.01 kB
JSON
{
"name": "overmind-themes",
"version": "1.0.2",
"description": "Themes for website, devtools and demos",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npm run build:lib & npm run build:es",
"build:lib": "tsc --outDir lib --module commonjs",
"build:es": "tsc --outDir es --module es2015",
"clean": "rimraf es lib coverage",
"typecheck": "tsc --noEmit",
"prebuild": "npm run clean",
"postbuild": "rimraf {lib,es}/**/__tests__",
"posttest": "npm run typecheck"
},
"keywords": [
"state",
"sideeffects",
"app",
"framework"
],
"files": [
"lib",
"es",
"react"
],
"engines": {
"browsers": [
"last 1 Chrome versions"
]
},
"dependencies": {
"@types/node": "^10.5.1",
"color": "^3.0.0",
"tslib": "^1.9.3"
}
}