17 lines
459 B
JSON
17 lines
459 B
JSON
{
|
|
"name": "permission-checker",
|
|
"version": "0.0.1",
|
|
"description": "A permission checker for Node JS",
|
|
"main": "./build/index.js",
|
|
"type": "commonjs",
|
|
"repository": "https://github.com/ThunderNetworkRaD/template-npm-packages",
|
|
"author": "ThunderNetworkRaD | Killer Boss Original",
|
|
"license": "Mozilla Public License 2.0",
|
|
"private": false,
|
|
"dependencies": {
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"scripts": {
|
|
"test": "tsc && node ."
|
|
}
|
|
}
|