UNPKG

@ctx-core/version__app

Version:
44 lines (43 loc) 1.01 kB
{ "name": "@ctx-core/version__app", "version": "9.4.1", "description": "ctx-core version__app", "keywords": [ "ctx-core", "version__app" ], "homepage": "https://github.com/ctx-core/version__app#readme", "bugs": { "url": "https://github.com/ctx-core/version__app/issues" }, "repository": { "type": "git", "url": "https://github.com/ctx-core/version__app/issues" }, "license": "Apache-2.0", "author": "Brian Takita", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "@ctx-core/atob": "^7.3.1", "@ctx-core/env": "^10.4.1", "@ctx-core/object": "^18.2.1", "@ctx-core/store": "^24.10.1", "svelte": "3.38.2" }, "devDependencies": { "@types/node": "^15.6.1", "typescript": "^4.3.2" }, "publishConfig": { "access": "public", "cache": "~/.npm" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rm -f tsconfig.tsbuildinfo", "compile": "./node_modules/.bin/tsc -b .", "exec": "$@" } }