-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 885 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
31
32
33
34
35
36
37
38
39
40
{
"name": "jsona-rs-npm",
"version": "0.6.0",
"type": "module",
"description": "JSONA parser, linter, formatter, lsp and cli",
"author": "Davlatjon Shavkatov <[email protected]>, sigoden <[email protected]>",
"files": [
"prepare.js"
],
"bin": {
"jsona": "./jsona"
},
"engines": {
"node": ">=18.19.1"
},
"scripts": {
"postinstall": "node ./prepare.js"
},
"keywords": [
"parser",
"formatter",
"lsp",
"jsona",
"jsona-parser",
"npm",
"rust"
],
"dependencies": {
"binary2npm": "https://github.com/dalisoft/binary2npm#v0.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/jsona-rs-npm.git"
},
"bugs": {
"url": "https://github.com/dalisoft/jsona-rs-npm/issues"
},
"homepage": "https://github.com/dalisoft/jsona-rs-npm#readme",
"license": "Apache-2.0"
}