Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. "name": "tets",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "lib/index.js",
  6. "source": "src/foo.js",
  7. "module": "lib/foo.mjs",
  8. "unpkg": "lib/foo.umd.js",
  9. "dependencies": {},
  10. "devDependencies": {
  11. "microbundle": "^0.11.0"
  12. },
  13. "scripts": {},
  14. "author": "",
  15. "license": "ISC"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement