mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
e225d153fe
commit_hash:eab00db0159e956620fe58201c787f779e106f57
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@divkitframework/jsonbuilder",
|
|
"version": "32.22.0",
|
|
"description": "DivKit TypeScript JSON Builder",
|
|
"main": "./dist/jsonbuilder.js",
|
|
"module": "./dist/es/jsonbuilder.js",
|
|
"types": "./dist/jsonbuilder.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/jsonbuilder.d.ts",
|
|
"require": "./dist/jsonbuilder.js",
|
|
"import": "./dist/es/jsonbuilder.js"
|
|
},
|
|
"./dist/": "./dist/"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"build": "npm run gen && rm -rf dist && rollup --config rollup.config.ts --configPlugin typescript",
|
|
"gen": "sh codegen.sh",
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"lint": "tsc --noEmit && eslint 'src/**/*.ts' 'test/**/*.ts'",
|
|
"cover": "jest --collect-coverage",
|
|
"prepublishOnly": "npm run build && cp ../../LICENSE ./"
|
|
},
|
|
"keywords": [
|
|
"server-driven-ui",
|
|
"divkit",
|
|
"jsonbuilder"
|
|
],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "8.3.3",
|
|
"@types/jest": "29.5.1",
|
|
"@types/node": "12.6.8",
|
|
"@typescript-eslint/eslint-plugin": "5.30.5",
|
|
"@typescript-eslint/parser": "5.30.5",
|
|
"eslint": "7.32.0",
|
|
"eslint-plugin-prettier": "3.4.1",
|
|
"jest": "29.5.0",
|
|
"prettier": "2.7.1",
|
|
"rollup": "2.75.7",
|
|
"rollup-plugin-dts": "4.2.2",
|
|
"ts-jest": "29.1.0",
|
|
"ts-node": "10.8.2",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.6.4"
|
|
},
|
|
"files": [
|
|
"dist/**"
|
|
]
|
|
}
|