forked from stonerl/nova-prettier-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 818 Bytes
/
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
{
"name": "nova-prettier",
"version": "3.5.10",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"extract-strings": "node scripts/extract-strings.js",
"prepare:testfiles": "node scripts/scramble-testfiles.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stonerl/nova-prettier-extension.git"
},
"author": "Toni Förster",
"license": "MIT",
"bugs": {
"url": "https://github.com/stonerl/nova-prettier-extension/issues"
},
"homepage": "https://github.com/stonerl/nova-prettier-extension#readme",
"dependencies": {
"fast-diff": "^1.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^2.79.1"
}
}