@ars9/decay
Version:
A library for numeric values decaying with time
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "@ars9/decay",
"version": "0.9.2",
"description": "A library for numeric values decaying with time",
"private": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"build": "tsc",
"lint": "eslint \"src/**/*.ts\" --fix",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ars9/decay.git"
},
"keywords": [
"numeric",
"decay",
"time"
],
"author": "Andrei Arsenin <ars9@pm.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ars9/decay/issues"
},
"homepage": "https://github.com/ars9/decay#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.0",
"prettier": "2.4.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
}
}