23 lines
600 B
JSON
Raw Normal View History

2021-07-16 11:41:58 -03:00
{
"name": "@wisemapping/core-js",
"version": "0.6.0",
2021-12-18 14:55:01 -08:00
"description": "WiseMapping - Core Common Libraries",
"homepage": "http://www.wisemapping.org/",
"repository": {
"type": "git",
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
},
2021-12-18 14:55:01 -08:00
"license": "MIT",
2023-02-10 02:51:52 +00:00
"main": "src/index.ts",
2021-07-16 11:41:58 -03:00
"files": [
"src"
2021-07-16 11:41:58 -03:00
],
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack --mode development --config webpack.dev.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
2023-01-04 18:17:01 -08:00
}
2022-09-11 13:00:50 -07:00
}