You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
334 B
19 lines
334 B
{
|
|
"name": "@pawika/utils",
|
|
"version": "1.2.6",
|
|
"main": "lib/index.js",
|
|
"type": "commonjs",
|
|
"types": "types/index.d.ts",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"author": {
|
|
"name": "pawka",
|
|
"email": "pawka@disroot.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.disroot.org/pawka/utils"
|
|
}
|
|
}
|