UNPKG

preact-batteries

Version:

Batteries for you projects with Preact, TypeScript (or Babel)

42 lines (41 loc) 1.01 kB
{ "name": "preact-batteries", "version": "0.1.30", "description": "Batteries for you projects with Preact, TypeScript (or Babel)", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p ./src -w -pretty" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/idchlife/preact-batteries.git" }, "keywords": [ "preact", "typescript", "flux", "react", "batteries", "mixins" ], "author": "idchlife", "license": "ISC", "bugs": { "url": "https://github.com/idchlife/preact-batteries/issues" }, "homepage": "https://github.com/idchlife/preact-batteries#readme", "devDependencies": { "dts-generator": "^2.1.0", "ts-loader": "^2.0.1", "typescript": "^2.2.1", "webpack-shell-plugin": "^0.5.0" }, "dependencies": { "@types/core-js": "^0.9.37", "@types/node": "^7.0.8", "core-js": "^2.4.1", "mitt": "^1.1.0" } }