| Current Path : /etc/kibana/node_modules/unstated/ |
| Current File : //etc/kibana/node_modules/unstated/package.json |
{
"name": "unstated",
"version": "2.1.1",
"description": "State so simple, it goes without saying",
"main": "lib/unstated.js",
"module": "lib/unstated.es.js",
"types": "lib/unstated.d.ts",
"repository": "https://github.com/thejameskyle/unstated",
"author": "James Kyle <me@thejameskyle.com>",
"license": "MIT",
"files": [
"lib"
],
"scripts": {
"clean": "rm -rf lib",
"build": "rollup -c && flow-copy-source src lib && cp src/unstated.d.ts lib/unstated.d.ts",
"typecheck": "flow",
"test": "jest",
"format": "prettier --write **/*.{js,json,md}",
"prepublish": "yarn clean && yarn build",
"precommit": "lint-staged",
"example": "parcel example/index.html",
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"devDependencies": {},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
]
},
"cleaned": true
}