Skip to content

Instantly share code, notes, and snippets.

@christopherbauer
Created April 9, 2023 02:02
Show Gist options
  • Save christopherbauer/7bc56de99f10fc2686e411ca641323be to your computer and use it in GitHub Desktop.
Save christopherbauer/7bc56de99f10fc2686e411ca641323be to your computer and use it in GitHub Desktop.
Core-js
{
"name": "@classlibrary/core-js",
"version": "1.0.0",
"description": "",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/module.js",
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "2.8.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment