mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "tridactyl",
|
|
"version": "0.1.0",
|
|
"description": "Vimperator/Pentadactyl successor",
|
|
"dependencies": {
|
|
"@sweet-js/cli": "^3.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^21.1.1",
|
|
"awesome-typescript-loader": "^3.2.3",
|
|
"copy-webpack-plugin": "^4.1.0",
|
|
"jest": "^21.2.1",
|
|
"shared-git-hooks": "^1.2.1",
|
|
"source-map-loader": "^0.2.2",
|
|
"ts-jest": "^21.0.1",
|
|
"typescript": "^2.5.3",
|
|
"uglify-es": "^3.1.2",
|
|
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
|
|
"web-ext-types": "github:michael-zapata/web-ext-types",
|
|
"webpack": "^3.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"clean": "rm -rf build",
|
|
"test": "npm run build",
|
|
"update-buildsystem": "rm -rf src/node_modules; npm run clean"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json"
|
|
]
|
|
},
|
|
"author": "Colin Caine"
|
|
}
|