UNPKG

jsonata-ui-core

Version:
41 lines (40 loc) 1.03 kB
{ "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" } }