36 строки
809 B
JSON
36 строки
809 B
JSON
{
|
|
"name": "@nova/types",
|
|
"license": "MIT",
|
|
"version": "1.4.0",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "monorepo-scripts build",
|
|
"lint": "monorepo-scripts lint",
|
|
"types": "monorepo-scripts types",
|
|
"just": "monorepo-scripts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.0",
|
|
"monorepo-scripts": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/nova-facade.git",
|
|
"directory": "packages/nova-types"
|
|
},
|
|
"sideEffects": false,
|
|
"access": "public",
|
|
"publishConfig": {
|
|
"main": "./lib/index",
|
|
"types": "./lib/index.d.ts",
|
|
"module": "./lib/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/index.d.ts",
|
|
"import": "./lib/index.mjs",
|
|
"require": "./lib/index.js"
|
|
}
|
|
}
|
|
}
|
|
}
|