@lytejs/query-string
Version:
A Query String Parser that actually works
57 lines (56 loc) • 1.66 kB
JSON
{
"name": "@lytejs/query-string",
"version": "0.2.18",
"description": "A Query String Parser that actually works",
"keywords": [
"LightWeight",
"Query",
"String",
"Parser"
],
"author": "bugwheels94 <bugwheels94@gmail.com>",
"homepage": "https://github.com/bugwheels94/lytejs#readme",
"license": "ISC",
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"directories": {
"lib": "lib",
"es": "es",
"types": "types",
"umd": "umd",
"test": "__tests__"
},
"files": [
"lib",
"es",
"types",
"umd"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bugwheels94/lytejs.git"
},
"bugs": {
"url": "https://github.com/bugwheels94/lytejs/issues"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "rimraf ./es ./lib && npm run build:types && cross-env NODE_ENV=production rollup -c",
"watch": "rimraf ./es ./lib && npm run watch:types & cross-env NODE_ENV=production rollup -w -c",
"build:types": "rimraf ./types && tsc --project ./tsconfig.types.json && replace 'import type' 'import' ./types -r --silent && replace 'export type' 'export' ./types -r --silent",
"watch:types": "rimraf ./types && tsc --watch --project ./tsconfig.types.json && replace 'import type' 'import' ./types -r --silent && replace 'export type' 'export' ./types -r --silent"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"gitHead": "d70e5917e1b037e7b6bcb63b7ac30ef548a04fdf",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^7.32.0",
"rollup-plugin-terser": "^7.0.2"
}
}