33 lines
959 B
JSON
33 lines
959 B
JSON
{
|
|
"name": "memorypalace",
|
|
"version": "0.0.1",
|
|
"description": "This project contains several files that perform various tasks. Here's a brief overview of each file:",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint src --ext .js",
|
|
"lint:fix": "eslint src --ext .js --fix",
|
|
"format": "prettier src --write --ignore-unknown",
|
|
"readme": "node src/utils/git/updateReadme.js",
|
|
"bookmark": "node src/utils/bookmarkletMaker.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://stash.mgmt.local/users/greg.jacobs/repos/memorypalace/browse"
|
|
},
|
|
"author": "Greg Jacobs",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": "^9.4.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"dotenv": "^16.4.5",
|
|
"json": "^11.0.0"
|
|
}
|
|
}
|