{ "name": "flags", "version": "1.0.0", "description": "", "main": "flags.js", "scripts": { "compile": "tsc flags.ts -d -t ESNext --removeComments --strict", "uglify": "terser -cm -o flags.min.js --module -- flags.js", "build": "npm run compile && npm run uglify", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": {}, "devDependencies": { "dts-gen": "^0.5.8", "terser": "^4.3.9", "typescript": "^3.6.4" } }