betmap
Version:
Better Map()
42 lines (41 loc) • 922 B
JSON
{
"name": "betmap",
"version": "0.1.1",
"description": "Better Map()",
"main": "dist/BMap.js",
"types": "dist/BMap.d.ts",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"standard": "ts-standard",
"standard:fix": "ts-standard --fix",
"build": "rm -rf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewFay/betmap.git"
},
"keywords": [
"map",
"betmap",
"BMap",
"Better",
"Map()",
"Better Map()"
],
"author": "Matthew Fay",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthewFay/betmap/issues"
},
"homepage": "https://github.com/MatthewFay/betmap#readme",
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"ts-standard": "^12.0.2",
"typescript": "^5.3.3"
}
}