UNPKG

repick-core

Version:

36 lines (35 loc) 793 B
{ "name": "repick-core", "version": "0.5.0", "main": "dist/index.js", "module": "dist/repick-core.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "license": "MIT", "scripts": { "build": "tsdx build", "clean": "rm -rf node_modules .rts2_cache_cjs .rts2_cache_esm dist;", "lint": "tsdx lint src test", "test": "tsdx test", "prepublish": "npm run build", "watch": "tsdx watch" }, "dependencies": { "date-fns": "^2.9.0" }, "devDependencies": { "@types/jest": "^26.0.0", "@types/mockdate": "^2.0.0", "mockdate": "^3.0.2", "tsdx": "^0.14.1", "typescript": "^4.0.2" }, "jest": { "snapshotSerializers": [ "jest-date-serializer" ] }, "gitHead": "5956910c74ef33b11d4503868fb7d45b85602298" }