@gaoding/editor-sdk
Version:
稿定编辑器对外 SDK
30 lines (29 loc) • 683 B
JSON
{
"name": "@gaoding/editor-sdk",
"version": "0.2.17-beta.2",
"description": "稿定编辑器对外 SDK",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "parcel index.html",
"watch": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "UNLICENSE",
"devDependencies": {
"@gaoding/eslint-config-typescript": "^1.1.3",
"@gaoding/eslint-config-vue": "^2.0.1",
"@hello/babel-preset-hello": "^1.9.0",
"@hello/cli": "^1.14.0",
"@hello/service-webpack": "^1.17.0",
"typescript": "^4.2.3"
}
}