@things-factory/operato-license-checker
Version:
operato framework license 유효성 체크 컴포넌트
35 lines (34 loc) • 1.37 kB
JSON
{
"name": "@things-factory/operato-license-checker",
"version": "4.0.4",
"description": "operato framework license 유효성 체크 컴포넌트",
"main": "dist/license-checker.js",
"module": "dist/license-checker.js",
"scripts": {
"build": "node node_modules/uglify-js/bin/uglifyjs ./src/license-checker.js -c -m -o ./dist/license-checker.js && node ./node_modules/javascript-obfuscator/bin/javascript-obfuscator ./dist/license-checker.js --output ./dist/license-checker.js",
"prepublish": "node node_modules/uglify-js/bin/uglifyjs ./src/license-checker.js -c -m -o ./dist/license-checker.js && node ./node_modules/javascript-obfuscator/bin/javascript-obfuscator ./dist/license-checker.js --output ./dist/license-checker.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hatiolab/operato-license-checker.git"
},
"publishConfig": {
"access": "public",
"@things-factory:registry": "https://registry.npmjs.org"
},
"keywords": [
"things",
"license",
"checker"
],
"author": "Hatio Lab. <heartyoh@hatiolab.com>",
"license": "http://license.hatiolab.com/EULA",
"bugs": {
"url": "https://github.com/hatiolab/operato-license-checker/issues"
},
"homepage": "http://www.hatiolab.com/",
"devDependencies": {
"javascript-obfuscator": "^2.11.0",
"uglify-js": "^3.13.2"
}
}