-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 940 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
{
"name": "client-project-test",
"version": "0.0.1",
"description": "Test usage of Jsonic from a client project",
"main": "index.js",
"scripts": {
"test": "node test.js",
"cli-basic": "jsonic a:1",
"cli-csv": "jsonic -p csv -o plugin.record.separators=^ 'a,b^1,2^3,4'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsonicjs/client-project-test.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsonicjs/client-project-test/issues"
},
"homepage": "https://github.com/jsonicjs/client-project-test#readme",
"dependencies": {
"@jsonic/csv": "^0.4.3",
"@jsonic/directive": "^0.11.4",
"@jsonic/expr": "^0.8.3",
"@jsonic/hoover": "^0.3.5",
"@jsonic/ini": "^0.2.4",
"@jsonic/jsonic-next": "^2.12.1",
"@jsonic/multisource": "^1.1.0",
"@jsonic/path": "^0.6.6",
"@jsonic/toml": "^0.4.4",
"aontu": "^0.16.0"
}
}