lycabinet
Version:
A simple small JSON Object storage helper with good performance.
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "lycabinet",
"version": "0.6.1",
"description": "A simple small JSON Object storage helper with good performance.",
"scripts": {
"start": "npm run dev",
"build": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress",
"dev": "cross-env NODE_ENV=development webpack server --open --config webpack/dev.config.js ",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"main": "dist/lycabinet.min.js",
"types": "typings/lycabinet.d.ts",
"files": [
"dist/**/*",
"src/**/*"
],
"repository": {
"url": "git+https://github.com/lozyue/lycabinet.git",
"type": "git"
},
"keywords": [
"Storage",
"JSON",
"slight",
"prolongable",
"goodPerformance"
],
"author": "Lozyue <lozyue@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lozyue/lycabinet/issues"
},
"homepage": "https://github.com/lozyue/lycabinet#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@types/node": "^16.10.1",
"babel-loader": "^8.2.2",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"exports-loader": "^3.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {},
"bundlesize": [
{
"path": "./dist/lycabinet.min.js",
"threshold": "13kB"
},{
"path": "./dist/lycabinet.light.min.js",
"threshold": "7kB"
}
]
}