{ "name": "permutation", "version": "1.0.0", "description": "Perumation durch Fakultät berechnen", "scripts": { "build": "npx parcel build src/*.html --public-url ./", "serve": "npx parcel serve src/index.html", "clean": "rm -rf .parcel-cache; rm -rf dist", "clean-all": "npm run clean; rm -rf node_modules package-lock.json", "test": "echo TODO" }, "keywords": [ "permutation", "math", "programmierung-1" ], "author": "Hong-Phuc Bui", "license": "MIT", "devDependencies": { "@parcel/transformer-sass": "^2.0.1", "parcel": "^2.0.1" }, "dependencies": { "bootstrap": "^5.1.3" } }