npm-registry-guide/package.json
2021-12-25 09:38:50 +07:00

24 lines
537 B
JSON

{
"name": "npm-registry-guide",
"version": "1.0.3",
"description": "CUBETIQ NPM Registry Guide for Team Members in CUBETIQ Solution",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cubetiqs.com/CUBETIQ/npm-registry-guide.git"
},
"keywords": [
"NPM",
"registry",
"CUBETIQ"
],
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "ISC",
"dependencies": {
"raw-loader": "^4.0.1"
}
}