@jclem/omap
Version:
An ordered map
38 lines (37 loc) • 760 B
JSON
{
"name": "@jclem/omap",
"description": "An ordered map",
"version": "1.1.1",
"author": "Jonathan Clem <jonathan@jclem.net>",
"bugs": {
"url": "https://github.com/jclem/omap/issues"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"jest": "^26.5.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"homepage": "https://github.com/jclem/omap#readme",
"keywords": [
"map",
"ordered"
],
"license": "MIT",
"main": "dist/omap.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jclem/omap.git"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"files": [
"dist/omap.js",
"dist/omap.d.ts",
"LICENSE.md",
"README.md"
],
"typings": "dist/omap.d.ts"
}