UNPKG

@ray-js/library

Version:

Ray library for browser

37 lines (36 loc) 765 B
{ "name": "@ray-js/library", "version": "1.7.28", "description": "Ray library for browser", "keywords": [ "ray" ], "repository": {}, "license": "MIT", "maintainers": [ { "name": "tuyafe", "email": "tuyafe@tuya.com" } ], "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "ray build --type=component --transform-mode=pure", "clean": "rm -rf lib", "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch" }, "dependencies": { "merge": "^2.1.1" }, "devDependencies": { "@ray-js/cli": "1.7.28" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "gitHead": "adb587139fc66934ed4861f60747e8b891f5b29b" }