1 | {
|
2 | "name": "wscode",
|
3 | "version": "1.7.5",
|
4 | "description": "🎉 An Editor Used on the Browser Side.",
|
5 | "main": "dist/wscode.min.js",
|
6 | "scripts": {
|
7 | "start": "npm install && npm run build",
|
8 | "build": "npm run build:init && npm run build:bundle && npm run build:babel && npm run build:uglifyjs && npm run build:end",
|
9 | "build:init": "cuf --config ./cuf.config.js init",
|
10 | "build:end": "cuf --config ./cuf.config.js end",
|
11 | "build:bundle": "cuf --config ./cuf.config.js bundle",
|
12 | "build:babel": "cuf --config ./cuf.config.js babel",
|
13 | "build:uglifyjs": "cuf --config ./cuf.config.js uglifyjs"
|
14 | },
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "git+https://github.com/yelloxing/Web-Studio-Code.git"
|
18 | },
|
19 | "keywords": [
|
20 | "wscode",
|
21 | "vscode",
|
22 | "edit",
|
23 | "web"
|
24 | ],
|
25 | "author": "心叶",
|
26 | "license": "MIT",
|
27 | "bugs": {
|
28 | "url": "https://github.com/yelloxing/Web-Studio-Code/issues"
|
29 | },
|
30 | "homepage": "https://github.com/yelloxing/Web-Studio-Code#readme",
|
31 | "devDependencies": {
|
32 | "@babel/core": "^7.0.0",
|
33 | "@babel/preset-env": "^7.0.0",
|
34 | "@rollup/plugin-commonjs": "^11.1.0",
|
35 | "@rollup/plugin-node-resolve": "^7.1.3",
|
36 | "@yelloxing/core.js": "^0.3.7",
|
37 | "babelify": "^10.0.0",
|
38 | "cuf": "^1.2.0",
|
39 | "rollup": "^1.17.0",
|
40 | "uglify-js": "^3.5.6",
|
41 | "xhtml-engine": "^1.1.5"
|
42 | }
|
43 | }
|