2021-07-16 16:41:58 +02:00
|
|
|
{
|
2021-12-02 01:41:56 +01:00
|
|
|
"name": "@wisemapping/core-js",
|
2022-09-11 22:00:50 +02:00
|
|
|
"version": "0.4.1",
|
2021-12-18 23:55:01 +01:00
|
|
|
"description": "WiseMapping - Core Common Libraries",
|
|
|
|
"homepage": "http://www.wisemapping.org/",
|
|
|
|
"license": "MIT",
|
2021-12-02 01:41:56 +01:00
|
|
|
"main": "dist/core.js",
|
2021-07-16 16:41:58 +02:00
|
|
|
"files": [
|
2021-12-02 01:41:56 +01:00
|
|
|
"src"
|
2021-07-16 16:41:58 +02:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.yarnpkg.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-10-02 20:20:04 +02:00
|
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
2021-07-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --config webpack.prod.js",
|
2021-12-02 01:41:56 +01:00
|
|
|
"dev": "webpack --mode development --config webpack.dev.js"
|
2021-07-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"core-js": "^3.15.2",
|
2022-11-12 16:17:06 +01:00
|
|
|
"webpack-cli": "^4.10.0"
|
2023-01-05 03:17:01 +01:00
|
|
|
}
|
2022-09-11 22:00:50 +02:00
|
|
|
}
|