funky-array/package.json

28 lines
568 B
JSON
Raw Permalink Normal View History

2024-07-02 09:56:53 +01:00
{
"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"
}
}