UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@sebastianspeitel/proxystore",
3 "version": "1.2.2",
4 "description": "Persistent object storage using proxies",
5 "main": "dist/index.js",
6 "scripts": {
7 "mocha": "node_modules/mocha/bin/mocha -r ts-node/register test/*.ts test/**/*.ts",
8 "test": "node_modules/nyc/bin/nyc.js npm run mocha --silent",
9 "coverage:html": "node_modules/nyc/bin/nyc.js --reporter=html npm run mocha",
10 "coverage:serve": "npm run coverage:html && serve coverage",
11 "build": "node_modules/rollup/dist/bin/rollup -c",
12 "prepare": "(rm -r dist || true) && npm run build"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/SebastianSpeitel/proxystore.git"
17 },
18 "keywords": [
19 "proxy",
20 "store",
21 "persistent",
22 "db",
23 "database"
24 ],
25 "author": "Sebastian Speitel",
26 "license": "GPL-3.0",
27 "bugs": {
28 "url": "https://github.com/SebastianSpeitel/proxystore/issues"
29 },
30 "homepage": "https://github.com/SebastianSpeitel/proxystore#readme",
31 "devDependencies": {
32 "@types/chai": "4.2.10",
33 "@types/mocha": "7.0.2",
34 "chai": "4.2.0",
35 "mocha": "7.1.0",
36 "nyc": "15.0.0",
37 "rollup": "1.32.0",
38 "rollup-plugin-typescript2": "0.26.0",
39 "ts-node": "8.6.2",
40 "tslib": "1.11.1",
41 "typescript": "3.8.3"
42 },
43 "files": [
44 "dist",
45 "LICENSE"
46 ]
47}