mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
29 lines
784 B
JSON
29 lines
784 B
JSON
{
|
|
"name": "web-core",
|
|
"version": "0.1.0",
|
|
"description": "Core Utils for Odoo Web Client",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc -m amd --lib es2017,dom --target esnext --outfile dist/bundle.js",
|
|
"build:watch": "tsc --watch -m amd --lib es2017,dom --target esnext --outfile dist/bundle.js",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ged-odoo/web-core.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ged-odoo/web-core/issues"
|
|
},
|
|
"homepage": "https://github.com/ged-odoo/web-core#readme",
|
|
"devDependencies": {
|
|
"@types/jest": "^23.3.12",
|
|
"jest": "^23.6.0",
|
|
"ts-jest": "^23.10.5",
|
|
"typescript": "^3.2.2"
|
|
}
|
|
}
|