oxjs/package.json

21 lines
424 B
JSON
Raw Permalink Normal View History

2026-02-18 17:02:08 +01:00
{
"name": "@0x2620/oxjs",
"version": "1.0.0",
2026-02-18 18:16:43 +01:00
"main": "min/Ox/Ox.js",
"module": "min/Ox/Ox.js",
2026-02-18 17:02:08 +01:00
"browser": "min/Ox.js",
2026-02-18 18:16:43 +01:00
"type": "module",
2026-02-18 17:02:08 +01:00
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^2.79.2",
"rollup-plugin-copy": "^3.5.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"files": [
"min"
]
}