-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.1 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "nova-tabs-sidebar",
"version": "1.8.0",
"description": "Tabs Sidebar Nova Extension",
"main": "",
"private": true,
"scripts": {
"build": "rollup -c rollup.config.main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "onchange -i \"src/**\" \"rollup.*.js\" -- npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eablokker/nova-tabs-sidebar.git"
},
"author": "Austen Blokker",
"license": "MIT",
"bugs": {
"url": "https://github.com/eablokker/nova-tabs-sidebar/issues"
},
"homepage": "https://github.com/eablokker/nova-tabs-sidebar#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/nova-editor-node": "^4.1.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nova": "^1.7.0",
"onchange": "^7.1.0",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.33.0",
"typescript": "^4.9.3"
}
}