UNPKG

untyped

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href] [![bundle][bundle-src]][bundle-href]

62 lines (61 loc) 1.59 kB
{ "name": "untyped", "version": "0.2.5", "description": "", "repository": "unjs/untyped", "license": "MIT", "sideEffects": false, "exports": { "./": "./", ".": { "import": "./dist/untyped.mjs", "require": "./dist/untyped.js" }, "./loader/babel": { "require": "./dist/loader/babel.js" }, "./loader/transform": { "require": "./dist/loader/transform.js" } }, "main": "./dist/untyped.js", "module": "./dist/untyped.mjs", "types": "./dist/untyped.d.ts", "files": [ "dist" ], "scripts": { "build": "siroc build", "dev": "jest --watch", "playground": "vite playground", "lint": "eslint --ext .js,.ts .", "prepublishOnly": "yarn build", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && jest" }, "devDependencies": { "@babel/standalone": "^7.13.12", "@babel/template": "^7.12.13", "@babel/types": "^7.13.12", "@nuxtjs/eslint-config-typescript": "latest", "@types/babel__standalone": "^7.1.3", "@types/babel__traverse": "^7.11.1", "@types/jest": "latest", "@types/node": "latest", "@vitejs/plugin-vue": "^1.1.5", "@vue/compiler-sfc": "^3.0.7", "eslint": "latest", "hljs": "^6.2.3", "jest": "latest", "json-schema": "^0.3.0", "marked": "^2.0.1", "monaco-editor": "^0.23.0", "prismjs": "^1.23.0", "siroc": "latest", "standard-version": "latest", "ts-jest": "^26.5.4", "vite": "^2.1.2", "vite-plugin-windicss": "^0.9.5", "vue": "3" } }