2023-12-01 22:52:24 +00:00
|
|
|
{
|
|
|
|
"name": "<NAME>",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2023-12-04 02:38:47 +00:00
|
|
|
"dependencies": {
|
|
|
|
"lodash": "^4.17.21"
|
2023-12-01 22:52:24 +00:00
|
|
|
}
|
|
|
|
}
|