{ "name": "otaman", "version": "1.0.0", "description": "Standalone offline HTML/JS tool for building APDU commands for SIM, USIM, and GlobalPlatform RAM, plus encoding conversions.", "main": "index.js", "scripts": { "build": "npx tailwindcss -i src/style.css -o style.css --config tailwind.config.js && cat src/contrast.css >> style.css", "build:prod": "NODE_ENV=production npx tailwindcss -i src/style.css -o style.css --config tailwind.config.js --minify && cat src/contrast.css >> style.css", "test": "node --test" }, "repository": { "type": "git", "url": "https://github.com/anttro/otaman.git" }, "keywords": [], "type": "commonjs", "devDependencies": { "autoprefixer": "^10.5.4", "cssnano": "^8.0.2", "postcss": "^8.5.25", "postcss-cli": "^11.0.1", "tailwindcss": "^3.4.19" }, "dependencies": { "aes-js": "^3.1.2", "des.js": "^1.1.0" } }