mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 14:30:19 +00:00
75 lines
1.9 KiB
TypeScript
75 lines
1.9 KiB
TypeScript
declare const _exports: {
|
|
"name": string;
|
|
"version": string;
|
|
"description": string;
|
|
"author": string;
|
|
"scripts": {
|
|
"prebuild": string;
|
|
"build": string;
|
|
"build:console": string;
|
|
"dev": string;
|
|
"lint": string;
|
|
"lint:fix": string;
|
|
"prettier": string;
|
|
"test": string;
|
|
"test:all": string;
|
|
"test:browser": string;
|
|
"test:browser:debug": string;
|
|
"test:node": string;
|
|
"test:node:prod": string;
|
|
"test:node:persistence": string;
|
|
"test:node:persistence:prod": string;
|
|
"test:travis": string;
|
|
"test:minified": string;
|
|
"prepare": string;
|
|
};
|
|
"main": string;
|
|
"browser": string;
|
|
"browserMinified": string;
|
|
"module": string;
|
|
"moduleMinified": string;
|
|
"esm2017": string;
|
|
"esm2017Minified": string;
|
|
"license": string;
|
|
"files": string[];
|
|
"dependencies": {
|
|
"@firebase/firestore-types": string;
|
|
"@firebase/logger": string;
|
|
"@firebase/webchannel-wrapper": string;
|
|
"@grpc/proto-loader": string;
|
|
"@firebase/util": string;
|
|
"@firebase/component": string;
|
|
"grpc": string;
|
|
"tslib": string;
|
|
};
|
|
"peerDependencies": {
|
|
"@firebase/app": string;
|
|
"@firebase/app-types": string;
|
|
};
|
|
"devDependencies": {
|
|
"protobufjs": string;
|
|
"rollup": string;
|
|
"rollup-plugin-copy-assets": string;
|
|
"rollup-plugin-json": string;
|
|
"rollup-plugin-node-resolve": string;
|
|
"rollup-plugin-replace": string;
|
|
"rollup-plugin-terser": string;
|
|
"rollup-plugin-typescript2": string;
|
|
"typescript": string;
|
|
};
|
|
"repository": {
|
|
"directory": string;
|
|
"type": string;
|
|
"url": string;
|
|
};
|
|
"bugs": {
|
|
"url": string;
|
|
};
|
|
"typings": string;
|
|
"nyc": {
|
|
"extension": string[];
|
|
"reportDir": string;
|
|
};
|
|
};
|
|
export = _exports;
|