UNPKG

@farris/expression-engine-vue

Version:

29 lines 699 B
{ "name": "@farris/expression-engine-vue", "version": "1.0.0", "description": "", "main": "index.js", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && npm run copy-package-json", "copy-package-json": "cp package.json dist/", "test": "jest" }, "repository": { "type": "git", "url": "https://farris-design.gitee.io/farris-vue/" }, "keywords": [ "farris", "expression-engine", "vue" ], "author": "farris", "license": "Apache-2.0", "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.5.3" } }