source: node_modules/@rollup/rollup-win32-x64-msvc/package.json

Last change on this file was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 391 bytes
Line 
1{
2 "name": "@rollup/rollup-win32-x64-msvc",
3 "version": "4.34.4",
4 "os": [
5 "win32"
6 ],
7 "cpu": [
8 "x64"
9 ],
10 "files": [
11 "rollup.win32-x64-msvc.node"
12 ],
13 "description": "Native bindings for Rollup",
14 "author": "Lukas Taegert-Atkinson",
15 "homepage": "https://rollupjs.org/",
16 "license": "MIT",
17 "repository": "rollup/rollup",
18 "main": "./rollup.win32-x64-msvc.node"
19}
Note: See TracBrowser for help on using the repository browser.