-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 990 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": "jsonata-ui-core",
"version": "1.7.13",
"description": "Core AST and serializers for jsonata-ui",
"source": "src/index.ts",
"main": "dist/index.js",
"unpkg": "dist/index.umd.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "microbundle --watch",
"build": "microbundle -f cjs,umd",
"test": "nyc cucumber-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsonata-ui/jsonata-ui-core.git"
},
"keywords": [
"jsonata"
],
"author": "ReferralSaaSquatch.com, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsonata-ui/jsonata-ui-core/issues"
},
"homepage": "https://github.com/jsonata-ui/jsonata-ui-core#readme",
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/cucumber": "^4.0.7",
"chai": "^4.2.0",
"cucumber": "^6.0.2",
"jsonata": "^1.7.0",
"microbundle": "^0.11.0",
"nyc": "^14.1.1",
"ts-node": "^8.4.1"
}
}