UNPKG

nemoin

Version:
74 lines (73 loc) 1.89 kB
{ "name": "nemoin", "version": "1.3.0", "description": "Typescript Date library", "author": "AbagailSawayn", "main": "index.js", "module": "esm/index.js", "typings": "index.d.ts", "scripts": { "release": "standard-version", "prepare-for-npm": "node scripts/prepare-for-npm", "github-release": "conventional-github-releaser", "commitmsg": "validate-commit-msg", "precommit": "npm test -- --reporter dot", "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "test:browser": "cd browser-test && npm run browser && cd ..", "test:sauce": "cd browser-test && npm run sauce && cd ..", "test": "mocha -r ts-node/register {src,locale}/**/*.test.ts" }, "devDependencies": { "@types/mocha": "^5.2.2", "@types/power-assert": "^1.4.29", "conventional-github-releaser": "^3.1.2", "coveralls": "^3.0.1", "fs-extra": "^6.0.1", "husky": "^0.14.1", "mocha": "^5.2.0", "nyc": "^12.0.2", "power-assert": "^1.4.4", "standard-version": "^4.2.0", "ts-loader": "^4.4.1", "ts-node": "^6.1.1", "typescript": "^2.3.4", "validate-commit-msg": "^2.12.2", "webpack": "^4.12.0" }, "nyc": { "include": [ "src/**/*.ts", "locale/**/*.ts" ], "exclude": [ "**/*.d.ts", "**/*.test.ts" ], "extension": ".ts", "require": [ "ts-node/register" ], "temp-directory": "./.cache/.nyc_output", "reporter": [ "text" ] }, "keywords": [ "excepturi", "at", "time", "quos", "parse", "format" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/RandalRussel/nemoin.git" }, "bugs": { "url": "https://github.com/RandalRussel/nemoin.git/issues" }, "homepage": "https://github.com/RandalRussel/nemoin.git" }