Quran.js/package.json
2024-10-22 09:02:29 -03:00

32 lines
940 B
JSON

{
"name": "Quran",
"version": "0.1.0",
"description": "A programmer's interface to The Noble Quran",
"main": "dist/index.js",
"types": [
"dist/index.d.ts"
],
"scripts": {
"build": "npx webpack --config etc/webpack.config.js",
"prepare": "npm run build && npm run tsc:decl",
"tsc:decl": "tsc -p etc/tsconfig.json --emitDeclarationOnly",
"format": "npx eslint --config etc/eslint.config.mjs --fix src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReflectsLight/al-quran.reflectslight.io.git"
},
"author": "0x1eef",
"license": "0BSDL",
"devDependencies": {
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^22.0",
"babel-loader": "^9.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5",
"webpack-cli": "^5.1.4"
}
}