123456789101112131415161718192021222324252627 |
- {
- "name": "k8w-super-date",
- "version": "0.1.3",
- "description": "Useful functions extended to native Date",
- "main": "index.js",
- "scripts": {
- "test": "mocha",
- "build": "rm -rf dist && tsc && cp package.json index.d.ts LICENSE README.md dist/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/k8w/k8w-super-date.git"
- },
- "keywords": [
- "k8w"
- ],
- "author": "k8w",
- "license": "Apache-2.0",
- "devDependencies": {
- "@types/mocha": "^2.2.41",
- "@types/node": "^8.0.23",
- "mocha": "^9.0.3",
- "ts-node": "^10.2.0",
- "typescript": "^4.3.5"
- },
- "typings": "index.d.ts"
- }
|