mirror of
https://github.com/valitydev/cross-origin-communicator.git
synced 2024-11-06 02:25:18 +00:00
27 lines
695 B
JSON
27 lines
695 B
JSON
{
|
|
"name": "cross-origin-communicator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"prebuild": "npm run clean",
|
|
"build": "tsc -p tsconfig.json",
|
|
"clean": "rimraf dist",
|
|
"check": "prettier \"**/*.{ts,md,json,prettierrc}\" --list-different",
|
|
"prettier": "prettier \"**/*.{ts,md,json,prettierrc}\" --write"
|
|
},
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rbkmoney/cross-origin-communicator.git"
|
|
},
|
|
"author": "Ildar Galeev",
|
|
"license": "",
|
|
"dependencies": {
|
|
"rimraf": "~2.6.3",
|
|
"typescript": "~3.3.4000"
|
|
}
|
|
}
|