UNPKG

wscode

Version:
43 lines (42 loc) 1.36 kB
{ "name": "wscode", "version": "2.0.3", "description": "🎉 An Editor Used on the Browser Side.", "main": "dist/wscode.min.js", "scripts": { "start": "npm install && npm run build", "build": "npm run build:init && npm run build:bundle && npm run build:babel && npm run build:uglifyjs && npm run build:end", "build:init": "cuf --config ./cuf.config.js init", "build:end": "cuf --config ./cuf.config.js end", "build:bundle": "cuf --config ./cuf.config.js bundle", "build:babel": "cuf --config ./cuf.config.js babel", "build:uglifyjs": "cuf --config ./cuf.config.js uglifyjs" }, "repository": { "type": "git", "url": "git+https://github.com/yelloxing/Web-Studio-Code.git" }, "keywords": [ "wscode", "vscode", "edit", "web" ], "author": "心叶", "license": "MIT", "bugs": { "url": "https://github.com/yelloxing/Web-Studio-Code/issues" }, "homepage": "https://github.com/yelloxing/Web-Studio-Code#readme", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "@yelloxing/core.js": "^0.3.7", "@yelloxing/normalize.css": "^0.2.2", "cuf": "^1.2.0", "rollup": "^1.17.0", "uglify-js": "^3.5.6" } }