balena-settings-storage
Version:
Balena settings storage utilities
66 lines (65 loc) • 1.9 kB
JSON
{
"name": "balena-settings-storage",
"version": "8.1.0",
"description": "Balena settings storage utilities",
"main": "build/index.js",
"types": "build/index.d.ts",
"browser": {
"build/index.js": "./build/index.browser.js"
},
"homepage": "https://github.com/balena-io-modules/balena-settings-storage",
"repository": {
"type": "git",
"url": "git://github.com/balena-io-modules/balena-settings-storage.git"
},
"keywords": [
"balena",
"data",
"storage",
"settings"
],
"directories": {
"test": "tests"
},
"scripts": {
"test:node": "mocha -r ts-node/register --reporter spec tests/**/*.spec.ts",
"test:browser": "karma start",
"lint": "balena-lint --typescript lib tests",
"test": "npm run build && npm run lint && npm run test:node && npm run test:browser",
"build": "rimraf ./build && npm run prettify && tsc && npm run readme",
"prepack": "npm run build",
"prettify": "balena-lint --typescript --fix lib tests",
"readme": "jsdoc2md --template doc/README.hbs build/index.js build/storage.js > README.md"
},
"author": "Juan Cruz Viotti <juan@balena.io>",
"license": "Apache-2.0",
"devDependencies": {
"@balena/lint": "^5.1.0",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.11",
"balena-config-karma": "^4.0.0",
"balena-settings-client": "^4.0.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"jsdoc-to-markdown": "^3.0.0",
"karma": "^5.2.3",
"mocha": "^10.0.0",
"rimraf": "^2.6.1",
"sinon": "^13.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@types/node": "^10.17.26",
"balena-errors": "^4.7.3",
"tslib": "^2.0.0"
},
"engines": {
"node": ">=14.0"
},
"versionist": {
"publishedAt": "2023-07-28T14:25:18.011Z"
}
}