Mari's guided journal software.
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.
 
 
mari-guided-journal/package.json

52 lines
1.5 KiB

{
"name": "mari-guided-journal",
"version": "1.0.0",
"description": "The guided journaling software used to track Mari's status.",
"main": "index.js",
"scripts": {
"start": "npm run app",
"app": "node dist/index.js",
"update-empathy-guide": "npm run app -- update-empathy-guide",
"add-entry": "npm run app -- add-entry",
"build": "npm run build-ts",
"prestart": "npm run build",
"debug": "npm run start --inspect",
"watch-node": "nodemon dist/index.js",
"watch": "tsc && concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
"build-ts": "tsc",
"watch-ts": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^8.6.2",
"capitalize": "^2.0.3",
"chalk": "^2.4.2",
"env-paths": "^2.2.1",
"figures": "^3.2.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.1.2",
"js-yaml": "^4.1.0",
"make-dir": "^2.1.0",
"pluralize": "^8.0.0",
"rxjs": "^6.6.7",
"wordcount": "^1.1.1",
"yargs": "^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@types/capitalize": "^2.0.0",
"@types/concurrently": "^5.2.1",
"@types/inquirer": "^7.3.3",
"@types/js-yaml": "^4.0.2",
"@types/node-fetch": "^2.5.4",
"@types/pluralize": "^0.0.29",
"@types/yargs": "^17.0.0",
"concurrently": "^5.0.0",
"nodemon": "^2.0.4",
"typescript": "^4.0.3"
}
}