std/package.json
Killer Boss Original 4e34575033 2023.01.28-2
2023-01-28 20:22:02 +00:00

34 lines
823 B
JSON

{
"name": "@thundernetworkrad/std",
"version": "2023.01.28-2",
"description": "Standard module for javascript",
"main": "build/index.js",
"types": "dist/index.d.ts",
"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",
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
}
}