mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
44214bf97a
- @wisemapping/core-js@0.6.0 - @wisemapping/editor@0.6.0 - @wisemapping/mindplot@5.1.0 - @wisemapping/web2d@0.6.0 - @wisemapping/webapp@5.1.0
23 lines
600 B
JSON
23 lines
600 B
JSON
{
|
|
"name": "@wisemapping/core-js",
|
|
"version": "0.6.0",
|
|
"description": "WiseMapping - Core Common Libraries",
|
|
"homepage": "http://www.wisemapping.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "webpack --config webpack.prod.js",
|
|
"dev": "webpack --mode development --config webpack.dev.js"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.com"
|
|
}
|
|
}
|