{
  "name": "@next-core/cook",
  "version": "1.10.9",
  "description": "Cook expressions and storyboard functions",
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/cook",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git@github.com:easyops-cn/next-core.git"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "prestart": "npm run clean",
    "start": "concurrently -k -n types,main \"npm run start:types\" \"npm run start:main\"",
    "start:main": "cross-env NODE_ENV=development build-next-libs --watch",
    "start:types": "tsc --watch --emitDeclarationOnly --declaration --declarationDir dist/types",
    "prebuild": "npm run clean",
    "build": "npm run build:types && npm run build:main",
    "build:main": "cross-env NODE_ENV=production build-next-libs",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "test": "cross-env NODE_ENV='test' jest --passWithNoTests",
    "test:ci": "cross-env NODE_ENV='test' CI=true jest --passWithNoTests"
  },
  "sideEffects": false,
  "dependencies": {
    "@babel/parser": "^7.20.5",
    "@next-core/brick-types": "^2.102.0"
  },
  "devDependencies": {
    "@next-core/build-next-libs": "^0.2.16",
    "@next-core/supply": "^1.3.6",
    "lodash": "^4.17.21"
  },
  "gitHead": "ac302b57ea243cb7b1b42c2175b94688f195e1b2"
}
