{ "name": "javascript-obfuscator", "version": "0.0.9", "description": "JavaScript obfuscator", "main": "index.js", "dependencies": { }, "devDependencies": { "lite-server": "^1.3.1", "tsd": "^0.6.5", "typescript": "*" }, "repository": { "type": "git", "url": "git+https://github.com/sanex3339/javascript-obfuscator.git" }, "scripts": { "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " }, "author": { "name": "sanex3339" }, "license": "ISC" }