UNPKG

@onereach/orest-input-cli

Version:

The tool for creating, serving, and publishing OREST Inputs

42 lines (41 loc) 933 B
{ "name": "<%= packageName %>", "version": "0.0.1", "description": "> TODO: description", "keywords": [ "onereach", "orest-input", "module" ], "license": "UNLICENSED", "private": true, "module": "lib/component.js", "unpkg": "lib/component.js", "files": [ "src/*", "lib/*" ], "scripts": { "dev": "run-p build:watch serve", "build": "rimraf lib && rollup -c --bundleConfigAsCjs", "build:watch": "rimraf lib && rollup -c -w --bundleConfigAsCjs", "serve": "http-server lib --cors -c-1", "prepack": "npm run build" }, "devDependencies": { "http-server": "14.1.0", "npm-run-all": "4.1.5", "postcss": "8.4.25", "rimraf": "3.0.2", "rollup": "3.26.2", "tailwindcss": "3.3.3" }, "dependencies": { "@vuelidate/core": "2.0.0", "@vuelidate/validators": "2.0.0", "lodash": "^4.17.21" }, "peerDependencies": { "vue": "2.6.14" } }