node-time/package.json

15 lines
393 B
JSON
Raw Permalink Normal View History

2023-02-03 18:51:46 +01:00
{
2023-02-03 18:59:42 +01:00
"name": "@thundernetworkrad/time",
2023-02-05 13:25:07 +01:00
"version": "2023.02.05-1",
2023-02-03 18:59:42 +01:00
"description": "Time Modules for NPM",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
2023-02-05 13:24:29 +01:00
"build": "tsc"
2023-02-03 18:59:42 +01:00
},
"repository": "https://github.com/ThunderNetworkRaD/node-time",
2023-02-03 18:51:46 +01:00
"author": "ThunderNetworkRaD | Killer Boss Original",
"license": "Mozilla Public License 2.0",
"private": false
}