updux/package.json
Yanick Champoux 1983e2ec07 tyding up
2019-10-21 23:13:40 -04:00

29 lines
584 B
JSON

{
"name": "updux",
"types": "dist",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.144",
"dtslint": "^0.9.8",
"lodash": "^4.17.15",
"redux": "^4.0.4",
"ts-jest": "^24.1.0",
"tsd": "^0.9.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.4"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"updeep": "^1.2.0"
},
"tsd": {
"directory": "test-d"
}
}