12345678910111213141516171819 |
- {
- "name": "qf-types",
- "version": "1.0.0",
- "description": "Global package for about interfaces, types.",
- "main": "./lib/cjs/index.js",
- "module": "./lib/esm/index.js",
- "types": "./lib/esm/index.d.ts",
- "scripts": {
- "build": "yarn build:esm && yarn build:cjs",
- "build:esm": "tsc",
- "build:cjs": "tsc --module commonjs --outDir lib/cjs"
- },
- "repository": "https://git.ali33.ru/s4z/qf-types.git",
- "author": "0xJS",
- "license": "MIT",
- "devDependencies": {
- "typescript": "^5.0.4"
- }
- }
|