42 lines
869 B
JSON
42 lines
869 B
JSON
{
|
|
"name": "iso-639-1",
|
|
"version": "3.1.3",
|
|
"description": "ISO-639-1 codes",
|
|
"main": "./src/index.js",
|
|
"type": "commonjs",
|
|
"typings": "index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meikidd/iso-639-1.git"
|
|
},
|
|
"keywords": [
|
|
"iso",
|
|
"iso-639",
|
|
"iso-639-1",
|
|
"language",
|
|
"language code",
|
|
"locale",
|
|
"locale code"
|
|
],
|
|
"author": "meikidd <meikidd@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/meikidd/iso-639-1/issues"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "^9.1.3",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"mocha": "^4.0.1",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"homepage": "https://github.com/meikidd/iso-639-1#readme",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
}
|