UNPKG

@tntsuperman/rjs

Version:

simple, react, fast JavaScript framework

30 lines (29 loc) 745 B
{ "name": "@tntsuperman/rjs", "version": "0.0.8", "description": "simple, react, fast JavaScript framework", "type": "module", "main": "dist/R.esm.js", "module": "dist/R.esm.js", "types": "dist/index.d.ts", "unpkg": "dist/R.global.js", "scripts": { "build": "rollup -c", "test": "vitest run" }, "author": "TNTSuperMan", "license": "MIT", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@types/jsdom": "^21.1.7", "jsdom": "^25.0.1", "rollup": "^4.24.0", "vitest": "^2.1.4" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/TNTSuperMan/Rjs" }, "homepage": "https://tntsuperman.github.io/Rjs-homepage/" }