-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.67 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@pathnirvanafoundation/pali-script-converter",
"version": "1.0.0",
"description": "Conversion utilities for Pāli scripts with fonts appropriate for each script.",
"main": "lib/pali-script-converter.js",
"scripts": {
"dev": "webpack --progress --watch --env dev",
"dev-amd": "webpack --progress --watch --env dev --amd",
"build": "yarn test && webpack --env dev && webpack --env dev --amd && webpack --env build && webpack --env build --amd",
"test": "./node_modules/.bin/jest",
"test-watch": "./node_modules/.bin/jest --watch",
"repl": "node -i -e \"$(< ./lib/pali-script-converter.js)\""
},
"repository": {
"type": "git",
"url": "https://github.com/Path-Nirvana-Foundation/pali-script-converter.git"
},
"keywords": [
"webpack",
"es6",
"pāli",
"scripts",
"transliteration",
"umd",
"commonjs"
],
"author": "Path Nirvana",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/Path-Nirvana-Foundation/pali-script-converter/issues"
},
"homepage": "https://github.com/Path-Nirvana-Foundation/pali-script-converter",
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"babel-jest": "26.6.3",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-transform-class-properties": "6.24.1",
"cross-env": "7.0.3",
"jest": "26.6.3",
"mocha": "^4.0.1",
"webpack": "5.11.0",
"webpack-cli": "4.2.0",
"yargs": "^10.0.3"
}
}