UNPKG

@skolacode/calendar-js

Version:

Simple JavaScript calendar generator

56 lines (55 loc) 1.33 kB
{ "name": "@skolacode/calendar-js", "version": "1.0.2", "description": "Simple JavaScript calendar generator", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "directories": { "lib": "lib" }, "devDependencies": { "@types/jest": "^28.1.6", "jest": "^28.1.3", "prettier": "^2.7.1", "ts-jest": "^28.0.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.4" }, "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/skolacode/calendar-js.git" }, "keywords": [ "javascript", "calendar", "react", "reactjs", "react-native", "vue", "vuejs", "typescript", "generator", "date" ], "author": "Ahmad Ibrahim", "license": "ISC", "bugs": { "url": "https://github.com/skolacode/calendar-js/issues" }, "homepage": "https://github.com/skolacode/calendar-js#readme" }