-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 798 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "simple-database",
"version": "1.0.0",
"description": "Obsidian 数据库插件",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.mjs -w",
"build": "rollup --config rollup.config.mjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/node": "^17.0.35",
"obsidian": "^0.15.4",
"rollup": "^2.75.5",
"rollup-plugin-css-only": "^4.5.2",
"tslib": "^2.8.0",
"typescript": "^4.7.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}