typerscript
Version:
hyperscript and hyperscript helpers written in TypeScript, leveraging TypeStyle
33 lines (32 loc) • 716 B
JSON
{
"name": "typerscript",
"version": "0.2.3",
"description": "hyperscript and hyperscript helpers written in TypeScript, leveraging TypeStyle",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"publish-please": "publish-please"
},
"keywords": [
"hyperscript",
"helpers",
"typestyle",
"typescript",
"react"
],
"author": "Nathan Spaeth",
"license": "ISC",
"dependencies": {
"@types/react": "16.3.11",
"typescript": "^2.8.1"
},
"devDependencies": {
"publish-please": "^2.4.1",
"react": "^16.3.2"
},
"peerDependencies": {
"typestyle": "1.5.1"
}
}