47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "opvault",
|
|
"version": "1.0.0",
|
|
"main": "lib/index.js",
|
|
"repository": "https://git.aet.ac/aet/opvault.js.git",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rollup -c; prettier --write lib >/dev/null",
|
|
"build:docs": "typedoc --out docs src/index.ts --excludePrivate",
|
|
"repl": "node -r ts-node/register/transpile-only src/repl.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.19",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/mocha": "github:whitecolor/mocha-types#da22474cf43f48a56c86f8c23a5a0ea36e295768",
|
|
"@types/node": "^16.0.0",
|
|
"@types/prompts": "^2.0.13",
|
|
"@typescript-eslint/eslint-plugin": "4.28.1",
|
|
"@typescript-eslint/parser": "4.28.1",
|
|
"chai": "^4.3.4",
|
|
"chalk": "^4.1.1",
|
|
"eslint": "7.30.0",
|
|
"eslint-plugin-react": "7.24.0",
|
|
"fs-extra": "^10.0.0",
|
|
"mocha": "^9.0.2",
|
|
"prettier": "^2.3.2",
|
|
"prompts": "^2.4.1",
|
|
"rollup": "^2.52.7",
|
|
"rollup-plugin-ts": "^1.4.0",
|
|
"ts-node": "^10.0.0",
|
|
"typedoc": "^0.21.2",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2,
|
|
"printWidth": 90,
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5"
|
|
},
|
|
"dependencies": {
|
|
"tiny-invariant": "1.1.0",
|
|
"tslib": "2.3.0"
|
|
}
|
|
}
|