a quest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
a-quest/package.json

24 lines
603 B

{
"name": "adm-quest",
"version": "1.0.0",
"description": "adm-quest",
"scripts": {
"clean": "rimraf build dist .cache",
"build-task1": "parcel build -d build/task1 task1/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mainnika/a-quest.git"
},
"author": "mainnika",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainnika/a-quest/issues"
},
"homepage": "https://github.com/mainnika/a-quest#readme",
"dependencies": {
"parcel-bundler": "^1.12.4",
"parcel-plugin-obfuscate": "^1.0.0",
"rimraf": "^3.0.0"
}
}