- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"name": "ml-array-max",
|
|
"version": "1.2.4",
|
|
"description": "Get the maximum value in an array",
|
|
"main": "lib/index.js",
|
|
"module": "lib-es6/index.js",
|
|
"types": "types.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"lib-es6",
|
|
"src",
|
|
"types.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mljs/array.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Michaël Zasso",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mljs/array/issues"
|
|
},
|
|
"homepage": "https://github.com/mljs/array/tree/master/packages/array-max#readme",
|
|
"dependencies": {
|
|
"is-any-array": "^2.0.0"
|
|
},
|
|
"gitHead": "787f12ca8c7c39063a349e2da17152742bea67b1"
|
|
}
|