fp/packages/common/package.json

20 lines
396 B
JSON

{
"name": "common",
"type": "module",
"version": "1.0.0",
"description": "regular expressions, constants, and helper functions which are used app-wide",
"scripts": {
"test": "mocha"
},
"exports": {
"./fansly": "./src/fansly.js"
},
"keywords": [],
"author": "@CJ_Clippy",
"license": "Unlicense",
"dependencies": {
"chai": "^5.1.1",
"mocha": "^10.4.0"
}
}