package.json 599 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@one-ini/wasm",
  3. "collaborators": [
  4. "Jed Mao <jedmao@outlook.com>",
  5. "Joe Hildebrand <joe-github@cursive.net>",
  6. "Florian Neumann <florian.neumann@mindkeeper.solutions>"
  7. ],
  8. "description": "Parse EditorConfig-INI file contents into AST",
  9. "version": "0.1.1",
  10. "license": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/one-ini/core"
  14. },
  15. "files": [
  16. "one_ini_bg.wasm",
  17. "one_ini.js",
  18. "one_ini.d.ts"
  19. ],
  20. "main": "one_ini.js",
  21. "types": "one_ini.d.ts",
  22. "keywords": [
  23. "editorconfig",
  24. "ini",
  25. "parser",
  26. "ast"
  27. ]
  28. }