UNPKG

nyt-util

Version:

Neyaatek Utilies

30 lines (29 loc) 597 B
{ "name": "nyt-util", "version": "1.0.2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "typescript", "npm", "nyt", "util" ], "author": "Neyaatek", "license": "ISC", "description": "Neyaatek Utilies", "devDependencies": { "@types/node": "^20.14.10", "@types/randomstring": "^1.3.0", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, "dependencies": { "randomstring": "1.3.0" } }