aia-kit
Version:
Read, Parse, Edit, Write, Analyze AIA/AIX/AIS files.
36 lines (35 loc) • 786 B
JSON
{
"name": "aia-kit",
"version": "1.1.2",
"description": "Read, Parse, Edit, Write, Analyze AIA/AIX/AIS files.",
"keywords": ["app-inventor", "kodular", "aia", "aix", "ais", "extension"],
"author": "Kodular",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Kodular/aia-kit.git"
},
"type": "module",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./*.js": "./dist/*.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest",
"test:run": "vitest run"
},
"devDependencies": {
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"dependencies": {
"@zip.js/zip.js": "^2.7.54",
"properties-file": "^3.5.10"
}
}