27 lines
568 B
JSON
27 lines
568 B
JSON
{
|
|
"name": "funky-array",
|
|
"version": "1.0.0",
|
|
"description": "Array that supports both iteration and key value indexing.",
|
|
"main": "./lib/funkyArray.js",
|
|
"types": "./lib/funkyArray.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.eusv.net/Catgirl.Enterprises/funky-array.git"
|
|
},
|
|
"keywords": [
|
|
"typed",
|
|
"array",
|
|
"typescript",
|
|
"types"
|
|
],
|
|
"author": "Catgirl.Enterprises",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"check-outdated": "^2.12.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|