home / packages / non_npm_packages

non_npm_packages: 07akioni/vooks, package.json

This data as json

commit contents organization path repository
904be03b2ce2b15a404c112efeda622ddcdbaa89
{
    "author": "07akioni",
    "dependencies": {
        "evtd": "^0.2.2"
    },
    "description": "",
    "devDependencies": {
        "@babel/core": "^7.13.8",
        "@babel/preset-env": "^7.13.8",
        "@babel/preset-typescript": "^7.13.0",
        "@types/jest": "^27.0.1",
        "@typescript-eslint/eslint-plugin": "^4.4.0",
        "babel-jest": "^27.1.0",
        "eslint": "^7.10.0",
        "eslint-config-standard-with-typescript": "^21.0.1",
        "eslint-plugin-import": "^2.22.1",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-promise": "^5.1.0",
        "eslint-plugin-standard": "^5.0.0",
        "jest": "^27.1.0",
        "typescript": "^4.2.2",
        "vite": "^2.0.4",
        "vitepress": "^0.22.0",
        "vue": "^3.0.0"
    },
    "files": [
        "lib",
        "es"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "module": "es/index.js",
    "name": "vooks",
    "peerDependencies": {
        "vue": "^3.0.0"
    },
    "scripts": {
        "build": "npm run clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
        "build:site": "vitepress build docs",
        "clean": "rm -rf es lib",
        "dev": "vite",
        "docs": "vitepress dev docs",
        "lint": "eslint src/**/*",
        "release": "rm -rf es lib && npm run build && npm publish",
        "test": "npm run test-dts && jest",
        "test-dts": "tsc src/dts-test/index.spec.ts --noEmit --lib ESNext,DOM --target ESNext --moduleResolution node"
    },
    "sideEffects": false,
    "version": "0.2.12"
}
07akioni package.json 07akioni/vooks
Powered by Datasette · Queries took 0.572ms