Created
April 9, 2023 02:02
-
-
Save christopherbauer/7bc56de99f10fc2686e411ca641323be to your computer and use it in GitHub Desktop.
Core-js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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