fantasy-types
Version:
Fantasy Land types definitions
32 lines (31 loc) • 568 B
JSON
{
"name": "fantasy-types",
"version": "0.0.9",
"description": "Fantasy Land types definitions",
"main": "index.ts",
"files": [
"*.ts"
],
"scripts": {
"precommit": "lint-staged",
"postversion": "git push && git push --tags && npm publish"
},
"keywords": [
"fantasy",
"typescript",
"types"
],
"author": "1ven",
"license": "ISC",
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^4.0.1",
"prettier": "^1.5.2"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"git add"
]
}
}