kurdquiz_lib
Version:
40 lines (39 loc) • 983 B
JSON
{
"name": "kurdquiz_lib",
"version": "1.6.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && node_modules/.bin/tsc",
"test": "node_modules/.bin/jest --watch",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muyabb/kurdquiz_lib.git"
},
"author": "Mohammed Shahoe",
"license": "ISC",
"bugs": {
"url": "https://github.com/muyabb/kurdquiz_lib/issues"
},
"homepage": "https://github.com/muyabb/kurdquiz_lib#readme",
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.4",
"@types/yup": "^0.29.3",
"babel-preset-es2015": "^6.24.1",
"jest": "^26.1.0",
"typescript": "^3.9.6"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"dotenv": "^8.2.0",
"yup": "^0.29.1"
}
}