mon-entreprise/publicodes/package.json

54 lines
1.5 KiB
JSON

{
"name": "publicodes",
"version": "1.0.0-beta.4",
"description": "A declarative language for encoding public algorithm",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/betagouv/mon-entreprise.git",
"directory": "publicodes"
},
"bugs": "https://github.com/betagouv/mon-entreprise/issues?q=is%3Aopen+is%3Aissue+label%3A\"%3Agear%3A+moteur\"",
"homepage": "https://publi.codes/",
"license": "MIT",
"files": [
"dist/index.js",
"dist/types",
"dist/images"
],
"private": false,
"devDependencies": {
"@dagrejs/graphlib": "^2.1.4"
},
"dependencies": {
"classnames": "^2.2.6",
"focus-trap-react": "^3.1.2",
"i18next": "^19.4.4",
"moo": "^0.5.1",
"nearley": "^2.19.2",
"ramda": "^0.27.0",
"react-easy-emoji": "^1.4.0",
"react-i18next": "^11.4.0",
"react-markdown": "^4.3.1",
"styled-components": "^5.1.0",
"yaml": "^1.9.2"
},
"peerDependencies": {
"react": "^16.13.1",
"react-router-dom": "^5.1.1",
"react-router-hash-link": "^1.2.2"
},
"scripts": {
"prepublishOnly": "yarn test && yarn run build",
"clean": "rimraf dist node_modules",
"prepare": "yarn run rimraf dist && yarn run build",
"build": "yarn run webpack --config webpack.config.js",
"test:file": "yarn mocha-webpack --webpack-config ./webpack.test.js --include test/setupIntl.js",
"test": "yarn test:file \"./{,!(node_modules)/**/}!(webpack).test.js\""
},
"engines": {
"node": ">=12.16.1"
}
}