tils-first-weather-widget
Version:
An example development EXB widget (Grant Caroll, spatial-innovation.co.nz)
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "tils-first-weather-widget",
"version": "1.0.1",
"description": "An example development EXB widget (Grant Caroll, spatial-innovation.co.nz)",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://til69@dev.azure.com/til69/spatial/_git/spatial"
},
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"source": "./src/widget.tsx",
"type": "module",
"types": "dist/widget.d.ts",
"keywords": [
"EXB",
"spatial",
"innovation",
"Dev",
"Grant",
"Caroll"
],
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"postbuild": "copyfiles -a src/**/*.* ../demo",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"author": "til69",
"license": "ISC",
"dependencies": {
"@arcgis/core": "^4.27.10"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"copyfiles": "^2.4.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"rollup": "^4.7.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}