ozntel_file-explorer-note-c.../package.json

26 lines
888 B
JSON

{
"name": "file-explorer-note-count",
"version": "1.0.0",
"description": "You can see the number of notes under each folder within the file explorer",
"main": "main.js",
"scripts": {
"prettier": "prettier --write 'src/**/*.+(ts|tsx|json|html|css)'",
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37",
"obsidian": "^0.12.0",
"prettier": "^2.3.0",
"rollup": "^2.32.1",
"rollup-plugin-import-css": "^2.0.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
}
}