UNPKG

@picoxr/web-cli-core

Version:

Core Library to generate, build and sign TWA projects

80 lines (79 loc) 2.08 kB
{ "name": "@picoxr/web-cli-core", "version": "0.0.5-alpha.1", "description": "Core Library to generate, build and sign TWA projects", "main": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">=14.15.0" }, "scripts": { "obfuscate": "node obfuscate.js", "build": "tsc", "build2": "rollup -c ./rollup.config.js --bundleConfigAsCjs && npm run build-types && npm run rollup-types", "build1": "rollup -c ./rollup.config.js --bundleConfigAsCjs", "build-types": "tsc --emitDeclarationOnly --declaration --outDir dts", "rollup-types": "api-extractor run && rimraf dts", "clean": "rm -rf dist", "lint": "eslint \"src/**/*.{js,ts}\"" }, "repository": { "type": "git", "url": "" }, "keywords": [ "twa", "trusted-web-activities", "pwa", "progressive-web-apps", "android" ], "files": [ "dist/lib", "dist/index.d.ts", "dist/index.js", "template_project" ], "author": "", "license": "Apache-2.0", "maintainers": [ { "name": "hongfukang", "email": "hongfukang@bytedance.com", "web": "" } ], "dependencies": { "@resvg/resvg-js": "^2.2.0", "@types/cheerio": "^0.22.31", "color": "^3.1.3", "extract-zip": "^1.7.0", "jimp": "^0.22.7", "lodash.template": "^4.5.0", "node-vibrant": "^3.2.1-alpha.1", "sharp": "^0.33.4", "tar": "^6.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.1", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", "@types/color": "^3.0.3", "@types/extract-zip": "^1.6.2", "@types/lodash": "^4.14.112", "@types/lodash.template": "^4.5.0", "@types/node": "^12.20.1", "@types/tar": "^6.1.5", "dotenv": "^16.3.1", "fs-extra": "^11.1.1", "glob": "^10.3.4", "javascript-obfuscator": "^4.0.1", "rimraf": "^5.0.1", "rollup": "^3.26.0", "typescript": "^5.0.4" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }