28 lines
772 B
JSON
28 lines
772 B
JSON
{
|
|
"name": "handsontable-examples-internal",
|
|
"private": true,
|
|
"version": "15.1.0",
|
|
"scripts": {
|
|
"clean": "node ./scripts/clean-subpackages.mjs",
|
|
"test": "cd .. && npm run examples:test next",
|
|
"build": "cd .. && npm run examples:build next",
|
|
"install:version": "node ./scripts/install-subpackages.mjs",
|
|
"link-packages": "node ./scripts/link-packages.mjs",
|
|
"prebuild": "npm run install:version next -- --skip-clean"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
}
|
|
},
|
|
"internal": {
|
|
"framework_dirs": [
|
|
"@(next|@(+([0-9]).+([0-9]).+([0-9])*))/@(!(node_modules))/+(js|ts|angular|angular-*|react|react-wrapper|vue*)"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"handsontable-examples-internal": "file:"
|
|
}
|
|
}
|