type-r2
Version:
Serializable, validated, and observable data layer for modern JS applications
14 lines (13 loc) • 362 B
JSON
{
"name": "globals",
"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": "Ivan Terpugov",
"license": "MIT"
}