wisemapping-frontend/packages/core-js/package.json
Clément CREUSAT 341081562f Merged in feature/update-deps-and-lerna-7 (pull request #68)
feat(lerna): manage repo with lerna 7 and update dependencies

* feat(lerna): manage repo with lerna 7 and update dependencies

* Publish

 - @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


Approved-by: Paulo Veiga
Approved-by: Paulo Veiga
2023-06-29 01:25:52 +00:00

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"
}
}