first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "aaptjs",
"version": "1.3.2",
"description": "A node wraper for aapt",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
},
"keywords": [
"aapt",
"nodejs"
],
"author": {
"name": "shenzm <szmalq@163.com>"
},
"homepage": "https://github.com/shenzhim/aaptjs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/shenzhim/aaptjs.git"
},
"license": "MIT",
"dependencies": {
"shelljs": "^0.8.1"
}
}