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.
50 lines
1.4 KiB
50 lines
1.4 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 --silent app",
|
|
"app": "node dist/index.js",
|
|
"update-empathy-guide": "npm run --silent app -- update-empathy-guide",
|
|
"add-entry": "npm run --silent app -- add-entry",
|
|
"build": "gulp",
|
|
"prestart": "npm run --silent build",
|
|
"debug": "npm run --silent start --inspect"
|
|
},
|
|
"keywords": [],
|
|
"author": "Mari",
|
|
"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",
|
|
"gulp": "^4.0.2",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"nodemon": "^2.0.4",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|
|
|