UNPKG

jates

Version:
40 lines (39 loc) 1.07 kB
{ "name": "jates", "version": "0.1.13", "description": "A modern date library for Javascript", "main": "dist/index.js", "module": "dist/index.es.js", "private": false, "scripts": { "test": "jest tests/", "build": "rollup -c && tsc", "start": "node dist/index.js", "watch": "rollup -c --watch" }, "keywords": [ "Dates", "Javascript", "Typescript" ], "author": "Julien Van Beveren", "repository": "https://github.com/julienvanbeveren/jates", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.6", "@rollup/plugin-commonjs": "^22.0.1", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.3", "@types/jest": "^29.2.3", "jest": "^29.3.1", "rollup": "^2.75.7", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^4.7.4", "watch": "^1.0.2" } }