Files
otaman/package.json
T

28 lines
829 B
JSON

{
"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",
"build:prod": "NODE_ENV=production npx tailwindcss -i src/style.css -o style.css --config tailwind.config.js --minify",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "https://gitea.atroshin.ru/catarrh/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": {
"des.js": "^1.1.0"
}
}