more files added
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user