fast-time-input
Version:
Time input shortcuts
42 lines (41 loc) • 935 B
JSON
{
"name": "fast-time-input",
"version": "0.1.10-beta",
"description": "Time input shortcuts",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "npm run build",
"build-watch": "tsc --watch",
"pretty-quick": "pretty-quick"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njbrown/fast-time-input.git"
},
"keywords": [
"input",
"time",
"datetime",
"shortcut",
"react",
"typescript",
"js"
],
"author": "Nicolas Brown",
"license": "MIT",
"bugs": {
"url": "https://github.com/njbrown/fast-time-input/issues"
},
"homepage": "https://github.com/njbrown/fast-time-input#readme",
"devDependencies": {
"@types/jest": "24.0.12",
"@types/node": "11.13.8",
"jest": "24.7.1",
"prettier": "1.17.0",
"pretty-quick": "1.10.0",
"ts-jest": "24.0.2",
"typescript": "3.4.5"
}
}