当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 38 Fork 5

liu / trad
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-15 16:45 . ci: add config files
{
"name": "tradlang",
"bin": {
"tradc": "./bin/tradc"
},
"version": "0.1.0",
"description": "A lightweight and C based language for building user interfaces.",
"main": "index.js",
"scripts": {
"tradc": "node ./bin/tradc",
"build:example": "node ./bin/tradc example/src/app.jsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"packages",
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lc-soft/trad.git"
},
"author": "lc-soft <root@lc-soft.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lc-soft/trad/issues"
},
"keywords": [
"trad",
"jsx",
"c",
"compiler",
"language",
"javascript"
],
"homepage": "https://github.com/lc-soft/trad#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"acorn": "^6.1.1",
"acorn-jsx": "^5.0.1",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"merge": "^1.2.1",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"husky": "^3.0.7"
}
}
JavaScript
1
https://gitee.com/lc-soft/trad.git
git@gitee.com:lc-soft/trad.git
lc-soft
trad
trad
master

搜索帮助