@ray-js/library
Version:
Ray library for browser
37 lines (36 loc) • 765 B
JSON
{
"name": "@ray-js/library",
"version": "1.7.64",
"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.64"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "eee8d6a7bbfd40edf251d6aede5eca5c1d805c3e"
}