chrono-40k
Version:
A consistent dating system for 'Warhammer 40,000'
42 lines (41 loc) • 944 B
JSON
{
"name": "chrono-40k",
"version": "1.0.1",
"description": "A consistent dating system for 'Warhammer 40,000'",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"format": "prettier . --write",
"build": "tsup",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algoristic/chrono-40k.git"
},
"keywords": [
"warhammer",
"warhammer-40k",
"date"
],
"author": "Marco Herzig",
"license": "MIT",
"bugs": {
"url": "https://github.com/algoristic/chrono-40k/issues"
},
"homepage": "https://github.com/algoristic/chrono-40k#readme",
"devDependencies": {
"@types/jest": "29.5.14",
"jest": "29.7.0",
"prettier": "3.5.3",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"tsup": "8.4.0",
"typescript": "5.8.2"
}
}