UNPKG

@osh-branches/osh-js

Version:
70 lines (69 loc) 2.91 kB
{ "name": "@osh-branches/osh-js", "version": "2.2.0-mcs+0001", "description": "OSH javascript Toolkit", "main": "core/OSH.js", "repository": { "type": "git", "url": "git+https://github.com/opensensorhub/osh-js.git" }, "keywords": [ "OSH", "Sensors", "Toolkit", "Javascript", "GIS", "Spatial", "OGC", "SensorML" ], "author": "OSH community", "license": "ISC", "bugs": { "url": "https://github.com/opensensorhub/osh-js/issues" }, "homepage": "https://github.com/opensensorhub/osh-js#readme", "publishConfig": { "access": "public" }, "scripts": { "build": "webpack --config webpack.config.js --mode production", "documentation": "yarn --cwd jsdoc/ clean && yarn --cwd jsdoc/ install && yarn --cwd jsdoc/ all", "vuepress": "yarn install && shx rm -fr vuepress/docs/dist; yarn --cwd vuepress/docs prod", "clean-package": "rm -fr ./build", "transpile-package": "tsc --project config/tsconfig-build.json && shx cp -rf source/vue build/osh-js/vue && shx cp -fr source/core/resources build/osh-js/core/resources && shx cp -fr source/ext/resources build/osh-js/ext/resources", "copy-sources-package": "shx cp -rf source/ build/osh-js/source", "prepare-package": "shx mkdir -p build/osh-js", "build-package": "yarn clean-package && yarn prepare-package && yarn copy-sources-package && yarn transpile-package && node config/prepare-package", "transpile-lib": "tsc --project config/tsconfig-lib.json && shx cp -rf source/vue dist/vue && shx cp -fr source/core/resources dist/core/resources && shx cp -fr source/ext/resources dist/ext/resources", "copy-sources-lib": "shx cp -rf source/ dist", "prepare-lib": "rm -fr dist; shx mkdir -p dist", "build-lib": "yarn prepare-lib && yarn copy-sources-lib && yarn transpile-lib && node config/prepare-lib && tar -czvf osh-js.tar.gz dist/* && mv osh-js.tar.gz ./dist" }, "devDependencies": { "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.4.2", "empty-module": "0.0.2", "file-loader": "^5.1.0", "jsdoc": "^4.0.3", "moment": "^2.24.0", "npm-install-webpack-plugin": "^4.0.5", "null-loader": "^3.0.0", "patch-package": "^6.2.2", "shx": "^0.3.3", "strip-ansi": "^6.0.0", "style-loader": "^1.1.3", "typescript": "^4.3.5", "uglifyjs-webpack-plugin": "^2.2.0", "unminified-webpack-plugin": "^2.0.0", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-node-externals": "^1.7.2", "wnumb": "^1.2.0", "worker-loader": "^2.0.0", "worker-plugin": "^4.0.2" }, "dependencies": {}, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }