@foxpage/foxpage-core
Version:
foxpage core
41 lines (40 loc) • 906 B
JSON
{
"name": "@foxpage/foxpage-core",
"version": "1.2.17",
"description": "foxpage core ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.prod.json",
"build:npm": "npm run build -- --skipLibCheck",
"clean": "rimraf lib"
},
"dependencies": {
"@foxpage/foxpage-shared": "^1.0.0",
"is-type-of": "^1.2.1",
"lodash": "^4.17.15",
"semver": "^7.3.5",
"shortid": "^2.2.16"
},
"devDependencies": {
"@foxpage/foxpage-types": "^1.0.0",
"@types/lodash": "^4.14.145",
"@types/semver": "^7.3.8",
"@types/shortid": "^0.0.29",
"rimraf": "^2.6.3",
"typescript": "^4.5.5"
},
"keywords": [
"foxpage",
"foxpage-core"
],
"author": "drxiao",
"license": "MIT",
"files": [
"lib/**"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}