UNPKG

nwa-client

Version:

Native WebApp client library

37 lines (36 loc) 869 B
{ "name": "nwa-client", "version": "1.1.50", "description": "Native WebApp client library", "main": "dist/index.js", "module": "dist/index.js", "scripts": { "test": "test", "lint": "eslint src/**.ts", "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "export": "webpack", "prepublishOnly": "npm run lint && npm run build && npm version patch --m 'Release %s'", "postpublish": "npm run clean" }, "keywords": [ "NWA", "WebApp", "iOS", "Android" ], "author": "Romain DUBOC", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "eslint": "^7.30.0", "ts-loader": "^9.4.2", "typescript": "^4.8.2", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "dependencies": { "timers": "^0.1.1" } }