@awhere/api
Version:
The awesome aWhere API for JavaScript.
75 lines (74 loc) • 2.34 kB
JSON
{
"name": "@awhere/api",
"version": "0.5.10",
"description": "The awesome aWhere API for JavaScript.",
"scripts": {
"test": "mocha --exit -r ts-node/register -r tsconfig-paths/register -p tsconfig.test.json 'src/**/*.test.ts'",
"test:single": "mocha -r ts-node/register -r tsconfig-paths/register -p tsconfig.test.json $1",
"prebuild": "rimraf dist dist-browser",
"build": "tsc && npm run rollup",
"postbuild": "cpy README.md package*.json dist",
"release": "npm run build && npm publish ./dist --tag latest",
"rollup": "rollup -c",
"postrollup": "cpy index.html dist-browser"
},
"repository": {
"type": "git",
"url": "https://gitlab.mapboss.co.th/awhere/api.git"
},
"keywords": [
"awhere",
"core",
"api",
"js",
"javascript",
"gis",
"datawarehouse",
"platform"
],
"author": "aWhere Team",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/chai": "^4.3.11",
"@types/js-cookie": "^3.0.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.9",
"@types/randomstring": "^1.1.6",
"@types/rollup-plugin-node-builtins": "^2.1.1",
"@types/uglify-es": "^3.0.0",
"@types/uuid": "^8.3.0",
"chai": "^5.1.1",
"cpy-cli": "^5.0.0",
"dotenv": "^16.4.5",
"mocha": "^10.6.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.7",
"rollup": "^2.79.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@awhere/interfaces": "^0.3.0",
"axios": "^1.7.2",
"js-cookie": "^3.0.5",
"randomstring": "^1.3.0",
"socket.io-client": "^4.7.5",
"uuid": "^10.0.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.x"
}
}