Created
June 14, 2021 15:38
-
-
Save thegreekjester/ad443a6a538ac55b06eb159751c4c221 to your computer and use it in GitHub Desktop.
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": "hello_world_test", | |
| "author": "", | |
| "license": "Apache-2.0", | |
| "version": "2.0.0", | |
| "description": "Example hello world test", | |
| "main": "index.js", | |
| "scripts": { | |
| "build-webpack": "webpack && npm run build-zip", | |
| "build-rollup": "rollup -c && tar -czvf ../ew.tgz -C dist bundle.json main.js", | |
| "build-zip": "tar -czvf ../ew.tgz bundle.json -C dist main.js", | |
| }, | |
| "dependencies": { | |
| "@optimizely/optimizely-sdk": "^4.4.3", | |
| "url-pattern": "^1.0.3", | |
| "url-search-params": "^1.1.0" | |
| }, | |
| "devDependencies": { | |
| "@rollup/plugin-commonjs": "^11.1.0", | |
| "@rollup/plugin-node-resolve": "^7.1.3", | |
| "rollup": "^2.6.1", | |
| "rollup-plugin-copy-assets": "^2.0.1", | |
| "rollup-plugin-json": "^4.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment