UNPKG

arayts

Version:

让 TypeScript 开发如丝般顺滑。ArayTS 提供了一套高效、优雅的算法工具集,包含常用的数据结构与算法实现,帮助开发者轻松构建可靠的应用程序。

55 lines (54 loc) 1.37 kB
{ "name": "arayts", "version": "1.3.15", "description": "让 TypeScript 开发如丝般顺滑。ArayTS 提供了一套高效、优雅的算法工具集,包含常用的数据结构与算法实现,帮助开发者轻松构建可靠的应用程序。", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "TypeScript", "Vue", "algorithms", "算法", "工具", "自动生成类型", "data-structures", "utils", "typescript-library" ], "scripts": { "test": "jest", "build": "tsc", "prepare": "npm run build", "start": "node ./dist/type/cli.js" }, "bin": { "arayts": "./dist/src/type/cli.js" }, "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/Reset-Sheep/ArayTS.git" }, "author": "Aray", "license": "ISC", "bugs": { "url": "https://github.com/Reset-Sheep/ArayTS/issues" }, "homepage": "https://github.com/Reset-Sheep/ArayTS#readme", "devDependencies": { "@jest/globals": "^29.7.0", "@types/crypto-js": "^4.2.1", "@types/jest": "^29.5.14", "@types/node": "^20.10.3", "jest": "^29.7.0", "ts-jest": "^29.2.6" }, "dependencies": { "chalk": "^4.1.2", "commander": "^11.1.0", "ts-node": "^10.9.2" } }