type-r2
Version:
Serializable, validated, and observable data layer for modern JS applications
14 lines (13 loc) • 367 B
JSON
{
"name": "proxyIO",
"main": "./dist/index.js",
"jsnext:main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"scripts": {
"build":"..\\..\\node_modules\\.bin\\tsc && ..\\..\\node_modules\\.bin\\rollup --config"
},
"author": "Vlad Balin",
"license": "MIT"
}