std/package.json
Killer Boss Original cdec34ea60 typescript rewrite
2023-01-26 21:18:14 +00:00

35 lines
818 B
JSON

{
"name": "@thundernetworkrad/std",
"version": "2023.01.26",
"description": "Standard module for javascript",
"main": "build/index.js",
"type": "module",
"scripts": {
"install": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FIUSDevelopment/std.git"
},
"keywords": [
"std",
"standard",
"npmjs",
"npm",
"module",
"javascript"
],
"author": "Thunder Network RaD | Killer Boss Original",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/FIUSDevelopment/std/issues"
},
"homepage": "https://github.com/FIUSDevelopment/std#readme",
"dependencies": {
"@thundernetworkrad/readline-sync": "^2023.1.26-2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
}
}