UNPKG

1.44 kBJSONView Raw
1{
2 "name": "wscode",
3 "version": "2.1.2",
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": "hai2007_nodejs --config ./hai2007_nodejs.config.js init",
10 "build:end": "hai2007_nodejs --config ./hai2007_nodejs.config.js end",
11 "build:bundle": "hai2007_nodejs --config ./hai2007_nodejs.config.js bundle",
12 "build:babel": "hai2007_nodejs --config ./hai2007_nodejs.config.js babel",
13 "build:uglifyjs": "hai2007_nodejs --config ./hai2007_nodejs.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 "@hai2007/nodejs": "^0.1.0",
35 "@rollup/plugin-commonjs": "^11.1.0",
36 "@rollup/plugin-node-resolve": "^7.1.3",
37 "@yelloxing/core.js": "^0.3.7",
38 "@yelloxing/normalize.css": "^0.2.2",
39 "rollup": "^1.17.0",
40 "uglify-js": "^3.5.6"
41 }
42}