This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
Permission-Checker-1/package.json

19 lines
479 B
JSON
Raw Normal View History

2023-06-04 14:55:16 +02:00
{
2023-06-04 15:15:34 +02:00
"name": "permission-checker",
2023-06-08 17:21:50 +02:00
"version": "1.0.3",
2023-06-04 15:15:34 +02:00
"description": "A permission checker for Node JS",
"main": "./build/index.js",
2023-06-07 21:38:04 +02:00
"type": "commonjs",
2023-06-08 16:59:51 +02:00
"repository": "https://github.com/ThunderNetworkRaD/TS-Permission-Checker",
2023-06-04 14:55:16 +02:00
"author": "ThunderNetworkRaD | Killer Boss Original",
"license": "Mozilla Public License 2.0",
2023-06-04 15:15:34 +02:00
"private": false,
"dependencies": {
"typescript": "^5.1.3"
2023-06-07 21:38:04 +02:00
},
"scripts": {
2023-06-08 17:23:01 +02:00
"test": "tsc && node .",
"build": "tsc"
2023-06-04 15:15:34 +02:00
}
2023-06-04 14:55:16 +02:00
}